bash-3.2$ setjdk 1.7.0_65
bash-3.2$ java -version
java version "1.7.0_65"
Java(TM) SE Runtime Environment (build 1.7.0_65-b17)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
bash-3.2$ setjdk 1.7.0_55
bash-3.2$ java -version
java version "1.7.0_55"
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode)
saying "we have a large Java program with 100s of source files and we see this problem."
I'm using u55 as I just recommended and verify that it has no rendering bugs, so the problem was introduced in r60.
print("/prints empty line");
bash-3.2$ setjdk 1.7.0_55
bash-3.2$ ant
Buildfile: /src/java-html/build.xml
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
bash-3.2$ java -jar java-html.jar
bash-3.2setjdk 1.7.0_65
bash-3.2$ ant
Buildfile: /src/java-html/build.xml
init:
compile:
jar:
BUILD SUCCESSFUL
Total time: 0 seconds
bash-3.2$ java -jar java-html.jar
...I'm not actually finding anyplace to create a account so that I can comment on this... I can find the login just fine, but I don't have an account.
Who can edit? Anyone who is a Project Author (or above) has an account in the bug system. (Use http://bugs.sun.com to submit bugs if you do not have a Project role.)