hg: jdk9/hs-rt/hotspot: 2 new changesets
coleen.phillimore at oracle.com
coleen.phillimore at oracle.com
Thu Apr 14 00:32:12 UTC 2016
Changeset: 1ac4ec432280
Author: coleenp
Date: 2016-04-13 12:57 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/1ac4ec432280
8148772: VM crash in nsk/jvmti/RedefineClasses/StressRedefine: assert failed: Corrupted constant pool
8151546: nsk/jvmti/RedefineClasses/StressRedefine fails in hs nightly
Summary: ConstantPool::resolve_constant_at_impl() isn't thread safe for MethodHandleInError and MethodTypeInError and Constant pool merging is not thread safe for source_file_name.
Reviewed-by: sspitsyn, dcubed
! src/share/vm/classfile/javaClasses.inline.hpp
! src/share/vm/oops/constantPool.cpp
! src/share/vm/oops/constantPool.hpp
! src/share/vm/prims/jvmtiRedefineClasses.cpp
Changeset: bb3d137da092
Author: coleenp
Date: 2016-04-13 23:31 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/bb3d137da092
Merge
More information about the jdk9-hs-rt-changes
mailing list