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

/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DConstants.java41 static final int JVM_ACC_ABSTRACT = 0x0400; /* no definition provided */ field in interface:Constants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java100 public static final long JVM_ACC_ABSTRACT = 0x0400; /* no definition provided */ field in interface:ClassConstants
168 JVM_ACC_ABSTRACT |
193 JVM_ACC_ABSTRACT |
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1020 #define JVM_ACC_ABSTRACT 0x0400 /* no definition provided */ macro
1177 JVM_ACC_ABSTRACT | \
1201 JVM_ACC_ABSTRACT | \
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h53 JVM_ACC_ABSTRACT = 0x0400, enumerator in enum:__anon545

Completed in 39 milliseconds