Searched defs:batch (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DReferenceTypeImpl.c251 ObjectBatch batch; local
253 error = classInstances(clazz, &batch, maxInstances);
260 (void)outStream_writeInt(out, batch.count);
261 if (batch.count > 0) {
266 typeKey = specificTypeKey(env, batch.objects[0]);
268 for (kk = 0; kk < batch.count; kk++) {
271 inst = batch.objects[kk];
276 jvmtiDeallocate(batch.objects);
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/newrmic/
H A DMain.java55 * An rmic compilation batch (for example, one rmic command line
86 * rmic compilation batch.
93 * identifier that uniquely identifies the rmic compilation batch
96 * containing all of batch-specific data (rmic command line
103 /** number of batches run; used to generated batch IDs */
106 /** maps batch ID to batch data */
135 * Compiles a batch of input classes, as given by the specified
148 batchID = batchCount++; // assign batch ID
152 Batch batch
550 invokeJavadoc(Batch batch, long batchID) argument
614 invokeJavac(Batch batch, List<File> files) argument
[all...]

Completed in 360 milliseconds