Searched refs:invocations (Results 1 - 16 of 16) sorted by relevance

/openjdk9/jdk/test/java/rmi/server/RMIClassLoader/spi/
H A DInstalled.java50 TestProvider2.invocations);
H A DTestProvider2.java54 public static List invocations = field in class:TestProvider2
65 invocations.add(new Invocation(loadClassMethod,
75 invocations.add(new Invocation(loadProxyClassMethod,
84 invocations.add(new Invocation(
91 invocations.add(new Invocation(
H A DProperty.java53 TestProvider.invocations);
H A DContextInsulation.java80 TestProvider2.invocations);
H A DTestProvider.java75 public static List invocations = field in class:TestProvider
86 invocations.add(new Invocation(loadClassMethod,
96 invocations.add(new Invocation(loadProxyClassMethod,
105 invocations.add(new Invocation(
112 invocations.add(new Invocation(
/openjdk9/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.cpp100 unsigned int invocations = Universe::heap()->total_full_collections(); local
104 log_trace(gc)("Full gc no: %u\tInterval: %ld", invocations, _fullgc_alot_counter);
109 if (invocations % 100 == 0) {
110 log_trace(gc)("Full gc no: %u", invocations);
118 unsigned int invocations = Universe::heap()->total_collections() - Universe::heap()->total_full_collections(); local
122 log_trace(gc)("Scavenge no: %u\tInterval: %ld", invocations, _scavenge_alot_counter);
127 if (invocations % 1000 == 0) {
128 log_trace(gc)("Scavenge no: %u", invocations);
H A Drframe.hpp47 virtual void init() = 0; // compute invocations, loopDepth, etc.
58 int invocations() const { return _invocations; } function in class:RFrame
H A DvmStructs.cpp503 nonstatic_field(Generation::StatRecord, invocations, int) \
/openjdk9/nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/support/
H A DChainedCallSite.java99 * invocation falling back to the next one. The number of remembered invocations
105 * invocations are never reordered; the most recently linked method handle is
123 * Contains the invocations currently linked into this call site's target. They are used when we are
125 * no linked invocations, or an instance of {@link GuardedInvocation} if there is exactly one previous
129 private Object invocations; field in class:ChainedCallSite
161 final Object currentInvocations = invocations;
184 // adding any new invocations to it.
206 invocations = null;
209 invocations = newInvocations.getFirst();
212 invocations
[all...]
/openjdk9/hotspot/src/share/vm/gc/shared/
H A Dgeneration.cpp112 level, time, sr->invocations,
113 sr->invocations > 0 ? time / sr->invocations : 0.0);
H A Dgeneration.hpp541 int invocations; member in struct:Generation::StatRecord
544 invocations(0),
H A DgenCollectedHeap.cpp332 gen->stat_record()->invocations++;
340 log_trace(gc)("%s invoke=%d size=" SIZE_FORMAT, heap()->is_young_gen(gen) ? "Young" : "Old", gen->stat_record()->invocations, size * HeapWordSize);
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DGenCollectedHeap.java147 tty.println("Invocations: " + getGen(i).invocations());
H A DGeneration.java80 invocationField = type.getCIntegerField("invocations");
131 public int invocations() { method in class:Generation
/openjdk9/jdk/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandleImpl.java802 * It is in counting state for the first n invocations and then transitions to non-counting state.
846 private int invocations = CUSTOMIZE_THRESHOLD; field in class:MethodHandleImpl.CountingWrapper
848 int c = invocations;
853 invocations = c - 1;
/openjdk9/common/autoconf/
H A Dgenerated-configure.sh2201 invocations of boot JDK, overriding the default
[all...]

Completed in 239 milliseconds