Home
last modified time | relevance | path

Searched refs:getClassBytes (Results 1 – 25 of 41) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/metaspace/
H A DG1AddMetaspaceDependency.java36 static byte[] getClassBytes(String name) { in getClassBytes() method in G1AddMetaspaceDependency
54 final byte[] a_bytes = getClassBytes(a_name + ".class"); in main()
55 final byte[] b_bytes = getClassBytes(b_name + ".class"); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/metaspace/
H A DG1AddMetaspaceDependency.java39 static byte[] getClassBytes(String name) { in getClassBytes() method in G1AddMetaspaceDependency
57 final byte[] a_bytes = getClassBytes(a_name.replace('.', '/') + ".class"); in main()
58 final byte[] b_bytes = getClassBytes(b_name.replace('.', '/') + ".class"); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/metaspace/
H A DG1AddMetaspaceDependency.java39 static byte[] getClassBytes(String name) { in getClassBytes() method in G1AddMetaspaceDependency
57 final byte[] a_bytes = getClassBytes(a_name.replace('.', '/') + ".class"); in main()
58 final byte[] b_bytes = getClassBytes(b_name.replace('.', '/') + ".class"); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/metaspace/
H A DG1AddMetaspaceDependency.java39 static byte[] getClassBytes(String name) { in getClassBytes() method in G1AddMetaspaceDependency
57 final byte[] a_bytes = getClassBytes(a_name.replace('.', '/') + ".class"); in main()
58 final byte[] b_bytes = getClassBytes(b_name.replace('.', '/') + ".class"); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/metaspace/
H A DG1AddMetaspaceDependency.java39 static byte[] getClassBytes(String name) { in getClassBytes() method in G1AddMetaspaceDependency
57 final byte[] a_bytes = getClassBytes(a_name.replace('.', '/') + ".class"); in main()
58 final byte[] b_bytes = getClassBytes(b_name.replace('.', '/') + ".class"); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/metaspace/
H A DG1AddMetaspaceDependency.java36 static byte[] getClassBytes(String name) { in getClassBytes() method in G1AddMetaspaceDependency
54 final byte[] a_bytes = getClassBytes(a_name + ".class"); in main()
55 final byte[] b_bytes = getClassBytes(b_name + ".class"); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/metaspace/
H A DG1AddMetaspaceDependency.java36 static byte[] getClassBytes(String name) { in getClassBytes() method in G1AddMetaspaceDependency
54 final byte[] a_bytes = getClassBytes(a_name + ".class"); in main()
55 final byte[] b_bytes = getClassBytes(b_name + ".class"); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/metaspace/
H A DG1AddMetaspaceDependency.java39 static byte[] getClassBytes(String name) { in getClassBytes() method in G1AddMetaspaceDependency
57 final byte[] a_bytes = getClassBytes(a_name.replace('.', '/') + ".class"); in main()
58 final byte[] b_bytes = getClassBytes(b_name.replace('.', '/') + ".class"); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/gc/metaspace/
H A DG1AddMetaspaceDependency.java36 static byte[] getClassBytes(String name) { in getClassBytes() method in G1AddMetaspaceDependency
54 final byte[] a_bytes = getClassBytes(a_name + ".class"); in main()
55 final byte[] b_bytes = getClassBytes(b_name + ".class"); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/gc/metaspace/
H A DG1AddMetaspaceDependency.java36 static byte[] getClassBytes(String name) { in getClassBytes() method in G1AddMetaspaceDependency
54 final byte[] a_bytes = getClassBytes(a_name + ".class"); in main()
55 final byte[] b_bytes = getClassBytes(b_name + ".class"); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/cds/
H A DCDSBundleFile.java77 byte[] classbytes = getClassBytes(path.substring(0, path.length() - classFileExt.length())); in getEntry()
132 private byte[] getClassBytes(String name) { in getClassBytes() method in CDSBundleFile
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DFunction.java197 public final LispObject getClassBytes() { in getClassBytes() method in Function
234 return ((Function) arg).getClassBytes(); in execute()
425 this.classBytes = function.getClassBytes(); in SerializedLocalFunction()
457 } else if(getClassBytes() == NIL || serializingClosure.get() != null) { in writeReplace()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/
H A DMain.java146 buf = protGen.getClassBytes(); in process()
158 buf = consGen.getClassBytes(); in process()
H A DPrototypeGenerator.java59 byte[] getClassBytes() { in getClassBytes() method in PrototypeGenerator
177 fos.write(gen.getClassBytes()); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/
H A DMain.java146 buf = protGen.getClassBytes(); in process()
158 buf = consGen.getClassBytes(); in process()
H A DPrototypeGenerator.java59 byte[] getClassBytes() { in getClassBytes() method in PrototypeGenerator
177 fos.write(gen.getClassBytes()); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/
H A DMain.java146 buf = protGen.getClassBytes(); in process()
158 buf = consGen.getClassBytes(); in process()
H A DPrototypeGenerator.java59 byte[] getClassBytes() { in getClassBytes() method in PrototypeGenerator
177 fos.write(gen.getClassBytes()); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/
H A DMain.java146 buf = protGen.getClassBytes(); in process()
158 buf = consGen.getClassBytes(); in process()
H A DPrototypeGenerator.java59 byte[] getClassBytes() { in getClassBytes() method in PrototypeGenerator
177 fos.write(gen.getClassBytes()); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/
H A DMain.java146 buf = protGen.getClassBytes(); in process()
158 buf = consGen.getClassBytes(); in process()
H A DPrototypeGenerator.java59 byte[] getClassBytes() { in getClassBytes() method in PrototypeGenerator
177 fos.write(gen.getClassBytes()); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/
H A DMain.java140 buf = protGen.getClassBytes(); in process()
152 buf = consGen.getClassBytes(); in process()
H A DPrototypeGenerator.java59 byte[] getClassBytes() { in getClassBytes() method in PrototypeGenerator
177 fos.write(gen.getClassBytes()); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/
H A DMain.java140 buf = protGen.getClassBytes(); in process()
152 buf = consGen.getClassBytes(); in process()

12