Home
last modified time | relevance | path

Searched refs:HPROF_GC_ROOT_JNI_LOCAL (Results 1 – 25 of 38) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h326 HPROF_GC_ROOT_JNI_LOCAL = 0x02, enumerator
H A Dhprof_check.c453 CASE_HEAP(HPROF_GC_ROOT_JNI_LOCAL) in check_heap_tags()
573 CASE_HEAP(HPROF_GC_ROOT_JNI_LOCAL) in check_heap_tags()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h326 HPROF_GC_ROOT_JNI_LOCAL = 0x02, enumerator
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java103 static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HprofReader
446 case HPROF_GC_ROOT_JNI_LOCAL: { in readHeapDump()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java102 static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HprofReader
425 case HPROF_GC_ROOT_JNI_LOCAL: { in readHeapDump()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java103 static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HprofReader
446 case HPROF_GC_ROOT_JNI_LOCAL: { in readHeapDump()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java103 static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HprofReader
446 case HPROF_GC_ROOT_JNI_LOCAL: { in readHeapDump()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java103 static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HprofReader
452 case HPROF_GC_ROOT_JNI_LOCAL: { in readHeapDump()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java103 static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HprofReader
452 case HPROF_GC_ROOT_JNI_LOCAL: { in readHeapDump()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java103 static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HprofReader
446 case HPROF_GC_ROOT_JNI_LOCAL: { in readHeapDump()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java103 static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HprofReader
446 case HPROF_GC_ROOT_JNI_LOCAL: { in readHeapDump()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java103 static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HprofReader
446 case HPROF_GC_ROOT_JNI_LOCAL: { in readHeapDump()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java103 static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HprofReader
446 case HPROF_GC_ROOT_JNI_LOCAL: { in readHeapDump()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java103 static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HprofReader
452 case HPROF_GC_ROOT_JNI_LOCAL: { in readHeapDump()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java102 static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HprofReader
425 case HPROF_GC_ROOT_JNI_LOCAL: { in readHeapDump()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java346 private static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HeapHprofBinWriter
646 out.writeByte((byte) HPROF_GC_ROOT_JNI_LOCAL); in writeLocalJNIHandles()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java346 private static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HeapHprofBinWriter
646 out.writeByte((byte) HPROF_GC_ROOT_JNI_LOCAL); in writeLocalJNIHandles()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java346 private static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HeapHprofBinWriter
786 out.writeByte((byte) HPROF_GC_ROOT_JNI_LOCAL); in writeLocalJNIHandles()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java347 private static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HeapHprofBinWriter
788 out.writeByte((byte) HPROF_GC_ROOT_JNI_LOCAL); in writeLocalJNIHandles()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java347 private static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HeapHprofBinWriter
788 out.writeByte((byte) HPROF_GC_ROOT_JNI_LOCAL); in writeLocalJNIHandles()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java347 private static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HeapHprofBinWriter
788 out.writeByte((byte) HPROF_GC_ROOT_JNI_LOCAL); in writeLocalJNIHandles()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java346 private static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HeapHprofBinWriter
786 out.writeByte((byte) HPROF_GC_ROOT_JNI_LOCAL); in writeLocalJNIHandles()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java347 private static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HeapHprofBinWriter
791 out.writeByte((byte) HPROF_GC_ROOT_JNI_LOCAL); in writeLocalJNIHandles()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java347 private static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HeapHprofBinWriter
788 out.writeByte((byte) HPROF_GC_ROOT_JNI_LOCAL); in writeLocalJNIHandles()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java350 private static final int HPROF_GC_ROOT_JNI_LOCAL = 0x02; field in HeapHprofBinWriter
808 out.writeByte((byte) HPROF_GC_ROOT_JNI_LOCAL); in writeLocalJNIHandles()

12