Home
last modified time | relevance | path

Searched refs:revocation_count (Results 1 – 12 of 12) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp294 int revocation_count = k->biased_lock_revocation_count(); in update_heuristics() local
295 if ((revocation_count >= BiasedLockingBulkRebiasThreshold) && in update_heuristics()
296 (revocation_count < BiasedLockingBulkRevokeThreshold) && in update_heuristics()
311 revocation_count = 0; in update_heuristics()
315 if (revocation_count <= BiasedLockingBulkRevokeThreshold) { in update_heuristics()
316 revocation_count = k->atomic_incr_biased_lock_revocation_count(); in update_heuristics()
319 if (revocation_count == BiasedLockingBulkRevokeThreshold) { in update_heuristics()
323 if (revocation_count == BiasedLockingBulkRebiasThreshold) { in update_heuristics()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DbiasedLocking.cpp294 int revocation_count = k->biased_lock_revocation_count(); in update_heuristics() local
295 if ((revocation_count >= BiasedLockingBulkRebiasThreshold) && in update_heuristics()
296 (revocation_count < BiasedLockingBulkRevokeThreshold) && in update_heuristics()
311 revocation_count = 0; in update_heuristics()
315 if (revocation_count <= BiasedLockingBulkRevokeThreshold) { in update_heuristics()
316 revocation_count = k->atomic_incr_biased_lock_revocation_count(); in update_heuristics()
319 if (revocation_count == BiasedLockingBulkRevokeThreshold) { in update_heuristics()
323 if (revocation_count == BiasedLockingBulkRebiasThreshold) { in update_heuristics()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DbiasedLocking.cpp337 int revocation_count = k->biased_lock_revocation_count(); in update_heuristics() local
338 if ((revocation_count >= BiasedLockingBulkRebiasThreshold) && in update_heuristics()
339 (revocation_count < BiasedLockingBulkRevokeThreshold) && in update_heuristics()
354 revocation_count = 0; in update_heuristics()
358 if (revocation_count <= BiasedLockingBulkRevokeThreshold) { in update_heuristics()
359 revocation_count = k->atomic_incr_biased_lock_revocation_count(); in update_heuristics()
362 if (revocation_count == BiasedLockingBulkRevokeThreshold) { in update_heuristics()
366 if (revocation_count == BiasedLockingBulkRebiasThreshold) { in update_heuristics()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DbiasedLocking.cpp337 int revocation_count = k->biased_lock_revocation_count(); in update_heuristics() local
338 if ((revocation_count >= BiasedLockingBulkRebiasThreshold) && in update_heuristics()
339 (revocation_count < BiasedLockingBulkRevokeThreshold) && in update_heuristics()
354 revocation_count = 0; in update_heuristics()
358 if (revocation_count <= BiasedLockingBulkRevokeThreshold) { in update_heuristics()
359 revocation_count = k->atomic_incr_biased_lock_revocation_count(); in update_heuristics()
362 if (revocation_count == BiasedLockingBulkRevokeThreshold) { in update_heuristics()
366 if (revocation_count == BiasedLockingBulkRebiasThreshold) { in update_heuristics()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DbiasedLocking.cpp337 int revocation_count = k->biased_lock_revocation_count(); in update_heuristics() local
338 if ((revocation_count >= BiasedLockingBulkRebiasThreshold) && in update_heuristics()
339 (revocation_count < BiasedLockingBulkRevokeThreshold) && in update_heuristics()
354 revocation_count = 0; in update_heuristics()
358 if (revocation_count <= BiasedLockingBulkRevokeThreshold) { in update_heuristics()
359 revocation_count = k->atomic_incr_biased_lock_revocation_count(); in update_heuristics()
362 if (revocation_count == BiasedLockingBulkRevokeThreshold) { in update_heuristics()
366 if (revocation_count == BiasedLockingBulkRebiasThreshold) { in update_heuristics()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DbiasedLocking.cpp337 int revocation_count = k->biased_lock_revocation_count(); in update_heuristics() local
338 if ((revocation_count >= BiasedLockingBulkRebiasThreshold) && in update_heuristics()
339 (revocation_count < BiasedLockingBulkRevokeThreshold) && in update_heuristics()
354 revocation_count = 0; in update_heuristics()
358 if (revocation_count <= BiasedLockingBulkRevokeThreshold) { in update_heuristics()
359 revocation_count = k->atomic_incr_biased_lock_revocation_count(); in update_heuristics()
362 if (revocation_count == BiasedLockingBulkRevokeThreshold) { in update_heuristics()
366 if (revocation_count == BiasedLockingBulkRebiasThreshold) { in update_heuristics()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DbiasedLocking.cpp329 int revocation_count = k->biased_lock_revocation_count(); in update_heuristics() local
330 if ((revocation_count >= BiasedLockingBulkRebiasThreshold) && in update_heuristics()
331 (revocation_count < BiasedLockingBulkRevokeThreshold) && in update_heuristics()
346 revocation_count = 0; in update_heuristics()
350 if (revocation_count <= BiasedLockingBulkRevokeThreshold) { in update_heuristics()
351 revocation_count = k->atomic_incr_biased_lock_revocation_count(); in update_heuristics()
354 if (revocation_count == BiasedLockingBulkRevokeThreshold) { in update_heuristics()
358 if (revocation_count == BiasedLockingBulkRebiasThreshold) { in update_heuristics()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DbiasedLocking.cpp329 int revocation_count = k->biased_lock_revocation_count(); in update_heuristics() local
330 if ((revocation_count >= BiasedLockingBulkRebiasThreshold) && in update_heuristics()
331 (revocation_count < BiasedLockingBulkRevokeThreshold) && in update_heuristics()
346 revocation_count = 0; in update_heuristics()
350 if (revocation_count <= BiasedLockingBulkRevokeThreshold) { in update_heuristics()
351 revocation_count = k->atomic_incr_biased_lock_revocation_count(); in update_heuristics()
354 if (revocation_count == BiasedLockingBulkRevokeThreshold) { in update_heuristics()
358 if (revocation_count == BiasedLockingBulkRebiasThreshold) { in update_heuristics()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DbiasedLocking.cpp329 int revocation_count = k->biased_lock_revocation_count(); in update_heuristics() local
330 if ((revocation_count >= BiasedLockingBulkRebiasThreshold) && in update_heuristics()
331 (revocation_count < BiasedLockingBulkRevokeThreshold) && in update_heuristics()
346 revocation_count = 0; in update_heuristics()
350 if (revocation_count <= BiasedLockingBulkRevokeThreshold) { in update_heuristics()
351 revocation_count = k->atomic_incr_biased_lock_revocation_count(); in update_heuristics()
354 if (revocation_count == BiasedLockingBulkRevokeThreshold) { in update_heuristics()
358 if (revocation_count == BiasedLockingBulkRebiasThreshold) { in update_heuristics()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DbiasedLocking.cpp329 int revocation_count = k->biased_lock_revocation_count(); in update_heuristics() local
330 if ((revocation_count >= BiasedLockingBulkRebiasThreshold) && in update_heuristics()
331 (revocation_count < BiasedLockingBulkRevokeThreshold) && in update_heuristics()
346 revocation_count = 0; in update_heuristics()
350 if (revocation_count <= BiasedLockingBulkRevokeThreshold) { in update_heuristics()
351 revocation_count = k->atomic_incr_biased_lock_revocation_count(); in update_heuristics()
354 if (revocation_count == BiasedLockingBulkRevokeThreshold) { in update_heuristics()
358 if (revocation_count == BiasedLockingBulkRebiasThreshold) { in update_heuristics()
/dports/devel/py-azure-mgmt-datalake-analytics/azure-mgmt-datalake-analytics-0.6.0/azure/mgmt/datalake/analytics/job/models/
H A Djob_statistics_vertex_stage.py191 self.revocation_count = None
H A Djob_statistics_vertex_stage_py3.py191 self.revocation_count = None