hg: jdk8u/jdk8u-dev/hotspot: 2 new changesets

gnu.andrew at redhat.com gnu.andrew at redhat.com
Thu Aug 6 06:16:15 UTC 2020


Changeset: 40f45911050f
Author:    zgu
Date:      2016-08-25 09:23 -0400
URL:       https://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/40f45911050f

8148854: Class names "SomeClass" and "LSomeClass;" treated by JVM as an equivalent
Summary: Added default format checking of class names loaded by the app class loader
Reviewed-by: andrew

! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/verifier.cpp
! src/share/vm/classfile/verifier.hpp
! src/share/vm/runtime/reflection.cpp
+ test/runtime/ClassFile/BadHelloWorld.jcod
+ test/runtime/ClassFile/FormatCheckingTest.java

Changeset: f614bd5c9561
Author:    coleenp
Date:      2014-07-09 22:37 -0400
URL:       https://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/f614bd5c9561

8048933: -XX:+TraceExceptions output should include the message
Summary: Add the exception detail message to the tracing output
Reviewed-by: minqi, dholmes

! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/classfile/javaClasses.hpp
! src/share/vm/interpreter/interpreterRuntime.cpp
! src/share/vm/oops/constantPool.cpp
+ test/runtime/CommandLine/TraceExceptionsTest.java



More information about the jdk8u-dev-changes mailing list