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

/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DConstants.java44 static final int JVM_ACC_ANNOTATION = 0x2000; /* annotation type */ field in interface:Constants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java103 public static final long JVM_ACC_ANNOTATION = 0x2000; /* annotation type */ field in interface:ClassConstants
169 JVM_ACC_ANNOTATION |
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1023 #define JVM_ACC_ANNOTATION 0x2000 /* annotation type */ macro
1178 JVM_ACC_ANNOTATION | \
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h56 JVM_ACC_ANNOTATION = 0x2000, enumerator in enum:__anon545

Completed in 36 milliseconds