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

/openjdk9/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DConstants.java40 static final int JVM_ACC_INTERFACE = 0x0200; /* class is an interface */ field in interface:Constants
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java91 public static final long JVM_ACC_INTERFACE = 0x0200; /* class is an interface */ field in interface:ClassConstants
/openjdk9/hotspot/src/share/vm/prims/
H A Djvm.h967 #define JVM_ACC_INTERFACE 0x0200 /* class is an interface */ macro
/openjdk9/jdk/src/java.base/share/native/include/
H A Dclassfile_constants.h52 JVM_ACC_INTERFACE = 0x0200, enumerator in enum:__anon749

Completed in 105 milliseconds