hg: jdk9/hs-comp/hotspot: 8048721: -XX:+PrintCompilation prints negative bci for non entrant OSR methods
tobias.hartmann at oracle.com
tobias.hartmann at oracle.com
Mon Sep 15 07:11:02 UTC 2014
Changeset: 087443edb74a
Author: thartmann
Date: 2014-09-15 08:08 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/087443edb74a
8048721: -XX:+PrintCompilation prints negative bci for non entrant OSR methods
Summary: Removed 'InvalidOSREntryBci' and checking nmethod::_state instead to determine if an osr method is non-entrant.
Reviewed-by: kvn, vlivanov, drchase
! agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java
! src/cpu/ppc/vm/interp_masm_ppc_64.cpp
! src/cpu/ppc/vm/templateTable_ppc_64.cpp
! src/cpu/sparc/vm/interp_masm_sparc.cpp
! src/cpu/sparc/vm/templateTable_sparc.cpp
! src/cpu/x86/vm/templateTable_x86_32.cpp
! src/cpu/x86/vm/templateTable_x86_64.cpp
! src/share/vm/code/nmethod.cpp
! src/share/vm/code/nmethod.hpp
! src/share/vm/interpreter/bytecodeInterpreter.cpp
! src/share/vm/runtime/vmStructs.cpp
! src/share/vm/utilities/globalDefinitions.hpp
More information about the jdk9-hs-comp-changes
mailing list