Searched defs:CONSTANT_LONG (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DConstantPoolInfo.java70 public static final int CONSTANT_LONG = 5; field in class:ConstantPoolInfo
183 case CONSTANT_LONG:
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java75 private static final int CONSTANT_LONG = 5; field in class:ProxyGenerator
1925 out.writeByte(CONSTANT_LONG);
/openjdk7/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java73 int CONSTANT_LONG = 5; field in interface:RuntimeConstants
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DRuntimeConstants.java75 int CONSTANT_LONG = 5; field in interface:RuntimeConstants
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DRuntimeConstants.java82 int CONSTANT_LONG = 5; field in interface:RuntimeConstants

Completed in 45 milliseconds