hg: jdk9/hs/hotspot: 8148195: Some InstanceKlass and MethodCounters fields can be excluded when JVMTI is not supported

chris.plummer at oracle.com chris.plummer at oracle.com
Fri Apr 22 05:20:59 UTC 2016


Changeset: 56356bbe5476
Author:    cjplummer
Date:      2016-04-21 20:49 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/56356bbe5476

8148195: Some InstanceKlass and MethodCounters fields can be excluded when JVMTI is not supported
Summary: Removed "previous version", "cached class file",  and breakpoint related fields and code when JVMTI is not supported
Reviewed-by: coleenp, sspitsyn

! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/BreakpointInfo.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/InstanceKlass.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/VM.java
! src/share/vm/ci/ciMethod.cpp
! src/share/vm/oops/instanceKlass.cpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/oops/method.cpp
! src/share/vm/oops/method.hpp
! src/share/vm/oops/methodCounters.hpp
! src/share/vm/runtime/vmStructs.cpp



More information about the jdk9-hs-changes mailing list