Searched defs:JVM_ACC_TRANSIENT (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DConstants.java37 static final int JVM_ACC_TRANSIENT = 0x0080; /* not persistent */ field in interface:Constants
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java88 public static final long JVM_ACC_TRANSIENT = 0x0080; /* not persistant */ field in interface:ClassConstants
/openjdk10/hotspot/src/share/vm/prims/
H A Djvm.h964 #define JVM_ACC_TRANSIENT 0x0080 /* not persistent */ macro
/openjdk10/jdk/src/java.base/share/native/include/
H A Dclassfile_constants.h49 JVM_ACC_TRANSIENT = 0x0080, enumerator in enum:__anon752

Completed in 145 milliseconds