hg: jdk9/hs/hotspot: 2 new changesets
tobias.hartmann at oracle.com
tobias.hartmann at oracle.com
Wed Mar 30 10:25:01 UTC 2016
Changeset: 1dac19bbc173
Author: thartmann
Date: 2016-03-30 08:00 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1dac19bbc173
8152947: VM crash with assert(!removed || is_in_use()) failed: unused osr nmethod should be invalidated
Summary: Check OSR invalidation after nmethod state transition.
Reviewed-by: ddmitriev, vlivanov
! src/share/vm/code/nmethod.cpp
Changeset: d7915089dde3
Author: thartmann
Date: 2016-03-30 08:04 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d7915089dde3
8152861: VM crash on assert: locked methods shouldn't be flushed
Summary: Check if nmethod is locked by JVMTI before flushing.
Reviewed-by: kvn
! src/share/vm/runtime/sweeper.cpp
More information about the jdk9-hs-changes
mailing list