hg: jdk8u/hs-dev/hotspot: 2 new changesets
christian.tornqvist at oracle.com
christian.tornqvist at oracle.com
Wed Apr 16 00:59:37 UTC 2014
Changeset: d55853ba088b
Author: ctornqvi
Date: 2014-02-10 17:49 +0100
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/d55853ba088b
8016644: Improve UnsupportedClassVersionError message
Summary: Improved the UnsupportedClassVersionError message to hopefully be more user friendly
Reviewed-by: coleenp, dholmes, twisti
! src/share/vm/classfile/classFileParser.cpp
+ test/runtime/ClassFile/UnsupportedClassFileVersion.java
! test/testlibrary/com/oracle/java/testlibrary/ProcessTools.java
Changeset: e1fc9306859a
Author: ctornqvi
Date: 2014-02-12 20:40 +0100
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/e1fc9306859a
8034781: [TESTBUG] runtime/ClassFileUnsupportedClassFileVersion.java unable to find or load main class
Summary: Passed empty string to ProcessBuilder which caused problems on Linux, fixed by checking string length
Reviewed-by: lfoltan, sla, mseledtsov
! test/testlibrary/com/oracle/java/testlibrary/ProcessTools.java
More information about the jdk8u-hs-changes
mailing list