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

/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DConstants.java30 static final int JVM_ACC_PROTECTED = 0x0004; /* visible to subclasses */ field in interface:Constants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java89 public static final long JVM_ACC_PROTECTED = 0x0004; /* visible to subclasses */ field in interface:ClassConstants
176 JVM_ACC_PROTECTED |
186 JVM_ACC_PROTECTED |
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1009 #define JVM_ACC_PROTECTED 0x0004 /* visible to subclasses */ macro
1184 JVM_ACC_PROTECTED | \
1194 JVM_ACC_PROTECTED | \
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h42 JVM_ACC_PROTECTED = 0x0004, enumerator in enum:__anon545

Completed in 50 milliseconds