Searched refs:objs (Results 1 - 25 of 59) sorted by relevance

123

/openjdk10/hotspot/make/lib/
H A DCompileDtracePreJvm.gmk30 DTRACE_OBJ := $(JVM_OUTPUTDIR)/objs/dtrace.o
31 DTRACE_JHELPER_OBJ := $(JVM_OUTPUTDIR)/objs/dtrace_jhelper.o
32 JVM_OFFSETS_OBJ := $(JVM_OUTPUTDIR)/objs/JvmOffsets.o
/openjdk10/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DRepeatObjs.java54 Node[] objs = genObjs(size);
61 doReps(oout, oin, sbuf, objs, 1); // warmup
64 doReps(oout, oin, sbuf, objs, nbatches);
72 Node[] objs = new Node[nobjs];
74 objs[i] = new Node();
75 return objs;
82 StreamBuffer sbuf, Node[] objs, int nbatches)
85 int nobjs = objs.length;
89 oout.writeObject(objs[j]);
81 doReps(ObjectOutputStream oout, ObjectInputStream oin, StreamBuffer sbuf, Node[] objs, int nbatches) argument
/openjdk10/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DMyObject.java29 public void method2(MyObject[] objs) throws RemoteException; argument
H A DMyObjectImpl.java50 public void method2(MyObject[] objs) throws RemoteException { argument
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DIntHashTable.java39 protected Object[] objs; // the domain set field in class:IntHashTable
51 objs = new Object[DEFAULT_INITIAL_SIZE];
66 objs = new Object[capacity];
95 node = objs[i];
124 Object node = objs[index];
139 Object old = objs[index];
141 objs[index] = key;
145 if (3 * num_bindings >= 2 * objs.length)
157 Object old = objs[index];
160 objs[inde
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/security/
H A DAlgorithmParameterGenerator.java176 Object[] objs = Security.getImpl(algorithm,
180 ((AlgorithmParameterGeneratorSpi)objs[0],
181 (Provider)objs[1],
233 Object[] objs = Security.getImpl(algorithm,
237 ((AlgorithmParameterGeneratorSpi)objs[0], (Provider)objs[1],
282 Object[] objs = Security.getImpl(algorithm,
286 ((AlgorithmParameterGeneratorSpi)objs[0], (Provider)objs[1],
H A DAlgorithmParameters.java158 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters",
160 return new AlgorithmParameters((AlgorithmParametersSpi)objs[0],
161 (Provider)objs[1],
214 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters",
216 return new AlgorithmParameters((AlgorithmParametersSpi)objs[0],
217 (Provider)objs[1],
263 Object[] objs = Security.getImpl(algorithm, "AlgorithmParameters",
265 return new AlgorithmParameters((AlgorithmParametersSpi)objs[0],
266 (Provider)objs[1],
H A DMessageDigest.java178 Object[] objs = Security.getImpl(algorithm, "MessageDigest",
180 if (objs[0] instanceof MessageDigest) {
181 md = (MessageDigest)objs[0];
183 md = new Delegate((MessageDigestSpi)objs[0], algorithm);
185 md.provider = (Provider)objs[1];
242 Object[] objs = Security.getImpl(algorithm, "MessageDigest", provider);
243 if (objs[0] instanceof MessageDigest) {
244 MessageDigest md = (MessageDigest)objs[0];
245 md.provider = (Provider)objs[1];
249 new Delegate((MessageDigestSpi)objs[
[all...]
/openjdk10/jdk/src/java.base/share/classes/com/sun/net/ssl/
H A DKeyManagerFactory.java127 Object[] objs = SSLSecurity.getImpl(algorithm, "KeyManagerFactory",
129 return new KeyManagerFactory((KeyManagerFactorySpi)objs[0],
130 (Provider)objs[1],
158 Object[] objs = SSLSecurity.getImpl(algorithm, "KeyManagerFactory",
160 return new KeyManagerFactory((KeyManagerFactorySpi)objs[0],
161 (Provider)objs[1], algorithm);
183 Object[] objs = SSLSecurity.getImpl(algorithm, "KeyManagerFactory",
185 return new KeyManagerFactory((KeyManagerFactorySpi)objs[0],
186 (Provider)objs[1], algorithm);
H A DSSLContext.java86 Object[] objs = SSLSecurity.getImpl(protocol, "SSLContext",
88 return new SSLContext((SSLContextSpi)objs[0], (Provider)objs[1],
114 Object[] objs = SSLSecurity.getImpl(protocol, "SSLContext",
116 return new SSLContext((SSLContextSpi)objs[0], (Provider)objs[1],
137 Object[] objs = SSLSecurity.getImpl(protocol, "SSLContext",
139 return new SSLContext((SSLContextSpi)objs[0], (Provider)objs[1],
H A DTrustManagerFactory.java129 Object[] objs = SSLSecurity.getImpl(algorithm,
131 return new TrustManagerFactory((TrustManagerFactorySpi)objs[0],
132 (Provider)objs[1],
160 Object[] objs = SSLSecurity.getImpl(algorithm, "TrustManagerFactory",
162 return new TrustManagerFactory((TrustManagerFactorySpi)objs[0],
163 (Provider)objs[1], algorithm);
185 Object[] objs = SSLSecurity.getImpl(algorithm, "TrustManagerFactory",
187 return new TrustManagerFactory((TrustManagerFactorySpi)objs[0],
188 (Provider)objs[1], algorithm);
/openjdk10/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DExportObjs.java48 Remote[] objs = new Remote[size];
50 objs[i] = new RemoteObj();
54 UnicastRemoteObject.exportObject(objs[i],0);
58 UnicastRemoteObject.unexportObject(objs[i], true);
H A DRemoteObjArrayCalls.java74 Remote[] objs = new Remote[size];
76 objs[i] = new RemoteObj();
80 stub.call(objs);
/openjdk10/langtools/test/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DVarargs.java38 void varargPlain(Object @VarArgA... objs) { argument
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DVarargs.java39 void varargPlain(Object @A... objs) { argument
/openjdk10/jdk/test/sun/security/x509/AVA/
H A DAVAEqualsHashCode.java59 Object[] objs = new Object[2];
60 objs[0] = oid;
61 objs[1] = dv;
64 ava1 = c.newInstance(objs);
65 ava2 = c.newInstance(objs);
/openjdk10/jdk/test/java/lang/management/ManagementFactory/
H A DGetPlatformMXBeans.java136 private static void checkMemoryManagerMXBeans(List<MemoryManagerMXBean> objs) argument
139 checkPlatformMXBeans(objs, MemoryManagerMXBean.class);
140 for (MemoryManagerMXBean mxbean : objs) {
155 private static void checkMemoryPoolMXBeans(List<MemoryPoolMXBean> objs) argument
158 checkPlatformMXBeans(objs, MemoryPoolMXBean.class);
159 for (MemoryPoolMXBean mxbean : objs) {
169 private static void checkGarbageCollectorMXBeans(List<GarbageCollectorMXBean> objs) argument
172 checkPlatformMXBeans(objs, GarbageCollectorMXBean.class);
173 for (GarbageCollectorMXBean mxbean : objs) {
184 void checkPlatformMXBeans(List<T> objs, Clas argument
[all...]
/openjdk10/jdk/test/sun/security/util/DerInputBuffer/
H A DDerInputBufferEqualsHashCode.java58 Object[] objs = new Object[1];
59 objs[0] = ba;
63 db1 = c.newInstance(objs);
64 db2 = c.newInstance(objs);
/openjdk10/jdk/make/non-build-utils/reorder/tools/
H A DMaxTime.java109 String[] objs = new String[0];
110 Method mainMethod = clazz.getMethod("main", new Class[]{objs.getClass()});
111 mainMethod.invoke(null, new Object[]{objs});
/openjdk10/jdk/test/java/io/Serializable/writeReplace/
H A DWriteReplace.java54 ReplaceMe[] objs = new ReplaceMe[nobjs];
56 objs[i] = new ReplaceMe(common);
63 oout.writeObject(objs[j]);
/openjdk10/jdk/src/java.base/share/classes/sun/security/x509/
H A DCertificateExtensions.java171 Object[] objs = allExts.toArray();
173 for (int i = 0; i < objs.length; i++) {
174 if (objs[i] instanceof CertAttrSet)
175 ((CertAttrSet)objs[i]).encode(extOut);
176 else if (objs[i] instanceof Extension)
177 ((Extension)objs[i]).encode(extOut);
308 Object[] objs = otherC.toArray();
310 int len = objs.length;
317 if (objs[i] instanceof CertAttrSet)
318 key = ((CertAttrSet)objs[
[all...]
H A DCRLExtensions.java149 Object[] objs = allExts.toArray();
151 for (int i = 0; i < objs.length; i++) {
152 if (objs[i] instanceof CertAttrSet)
153 ((CertAttrSet)objs[i]).encode(extOut);
154 else if (objs[i] instanceof Extension)
155 ((Extension)objs[i]).encode(extOut);
256 Object[] objs = otherC.toArray();
258 int len = objs.length;
265 if (objs[i] instanceof CertAttrSet)
266 key = ((CertAttrSet)objs[
[all...]
/openjdk10/hotspot/test/gc/stress/
H A DTestMultiThreadStressRSet.java204 Object[] objs = new Object[BUF_ARR_LEN];
205 BUFFER.set(index, objs);
206 return objs;
251 Object[] objs = boss.getFromBuffer();
252 int step = objs.length / refs;
254 objs[i] = boss.getRandomObject();
288 Object[] objs = boss.BUFFER.get(i);
289 for (int j = 0; j < objs.length; j++) {
290 objs[j] = null;
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcCDebugger.java52 List objs = getLoadObjectList();
53 Object[] arr = objs.toArray();
/openjdk10/hotspot/src/share/vm/runtime/
H A DbiasedLocking.hpp181 static void revoke(GrowableArray<Handle>* objs);
183 static void revoke_at_safepoint(GrowableArray<Handle>* objs);

Completed in 204 milliseconds

123