Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:test
java-11-openjdk
reproducible-character-data.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File reproducible-character-data.diff of Package java-11-openjdk
Description: Makes the generated character data classes reproducible (removes a timestamp and trims a build path captured in the comments) Author: Emmanuel Bourg <ebourg@apache.org> Forwarded: no --- a/make/jdk/src/classes/build/tools/generatecharacter/GenerateCharacter.java +++ b/make/jdk/src/classes/build/tools/generatecharacter/GenerateCharacter.java @@ -693,7 +693,7 @@ OUTER: for (int i = 0; i < n; i += m) { PrintWriter out = new PrintWriter(new BufferedWriter(new FileWriter(theOutputFileName))); out.println(commentStart + " This file was generated AUTOMATICALLY from a template file " + - new java.util.Date() + commentEnd); + commentEnd); int marklen = commandMarker.length(); LOOP: while(true) { try { @@ -1819,7 +1819,7 @@ OUTER: for (int i = 0; i < n; i += m) { } commentStart = (Csyntax ? "/*" : "//"); commentEnd = (Csyntax ? " */" : ""); - commandLineDescription = desc.toString(); + commandLineDescription = desc.toString().replace(System.getProperty("user.dir").replace("make/gensrc", ""), ""); } private static void searchBins(long[] map, int binsOccupied) throws Exception {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor