Searched refs:byteCode (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DNoCallStackClassLoader.java81 byte[] byteCode,
85 this(new String[] {className}, new byte[][] {byteCode},
80 NoCallStackClassLoader(String className, byte[] byteCode, String[] referencedClassNames, ClassLoader referencedClassLoader, ProtectionDomain protectionDomain) argument
/openjdk7/hotspot/test/runtime/6925573/
H A DSortMethodsTest.java132 private ByteArrayOutputStream byteCode; field in class:JavaMemoryFileObject
146 byteCode = new ByteArrayOutputStream();
147 return byteCode;
151 return byteCode.toByteArray();

Completed in 822 milliseconds