Home
last modified time | relevance | path

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

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A DgcLocker.hpp294 class SkipGCALot : public StackObj { class
301 SkipGCALot(Thread* t) : _t(t) { in SkipGCALot() function in SkipGCALot
306 ~SkipGCALot() { in ~SkipGCALot()
311 SkipGCALot(Thread* t) { }
312 ~SkipGCALot() { }
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A DgcLocker.hpp294 class SkipGCALot : public StackObj { class
301 SkipGCALot(Thread* t) : _t(t) { in SkipGCALot() function in SkipGCALot
306 ~SkipGCALot() { in ~SkipGCALot()
311 SkipGCALot(Thread* t) { }
312 ~SkipGCALot() { }
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DvmThread.cpp486 class SkipGCALot : public StackObj { class
493 SkipGCALot(Thread* t) : _t(t) { in SkipGCALot() function in SkipGCALot
498 ~SkipGCALot() { in ~SkipGCALot()
503 SkipGCALot(Thread* t) { }
504 ~SkipGCALot() { }
518 SkipGCALot sgcalot(t); in execute()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DvmThread.cpp489 class SkipGCALot : public StackObj { class
496 SkipGCALot(Thread* t) : _t(t) { in SkipGCALot() function in SkipGCALot
501 ~SkipGCALot() { in ~SkipGCALot()
506 SkipGCALot(Thread* t) { }
507 ~SkipGCALot() { }
521 SkipGCALot sgcalot(t); in execute()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DvmThread.cpp598 class SkipGCALot : public StackObj { class
605 SkipGCALot(Thread* t) : _t(t) { in SkipGCALot() function in SkipGCALot
610 ~SkipGCALot() { in ~SkipGCALot()
615 SkipGCALot(Thread* t) { }
616 ~SkipGCALot() { }
624 SkipGCALot sgcalot(t); // avoid re-entrant attempts to gc-a-lot in execute()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DvmThread.cpp641 class SkipGCALot : public StackObj { class
648 SkipGCALot(Thread* t) : _t(t) { in SkipGCALot() function in SkipGCALot
653 ~SkipGCALot() { in ~SkipGCALot()
658 SkipGCALot(Thread* t) { }
659 ~SkipGCALot() { }
667 SkipGCALot sgcalot(t); // avoid re-entrant attempts to gc-a-lot in execute()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DvmThread.cpp641 class SkipGCALot : public StackObj { class
648 SkipGCALot(Thread* t) : _t(t) { in SkipGCALot() function in SkipGCALot
653 ~SkipGCALot() { in ~SkipGCALot()
658 SkipGCALot(Thread* t) { }
659 ~SkipGCALot() { }
667 SkipGCALot sgcalot(t); // avoid re-entrant attempts to gc-a-lot in execute()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DvmThread.cpp625 class SkipGCALot : public StackObj { class
632 SkipGCALot(Thread* t) : _t(t) { in SkipGCALot() function in SkipGCALot
637 ~SkipGCALot() { in ~SkipGCALot()
642 SkipGCALot(Thread* t) { }
643 ~SkipGCALot() { }
651 SkipGCALot sgcalot(t); // avoid re-entrant attempts to gc-a-lot in execute()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DvmThread.cpp641 class SkipGCALot : public StackObj { class
648 SkipGCALot(Thread* t) : _t(t) { in SkipGCALot() function in SkipGCALot
653 ~SkipGCALot() { in ~SkipGCALot()
658 SkipGCALot(Thread* t) { }
659 ~SkipGCALot() { }
667 SkipGCALot sgcalot(t); // avoid re-entrant attempts to gc-a-lot in execute()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DvmThread.cpp635 class SkipGCALot : public StackObj { class
642 SkipGCALot(Thread* t) : _t(t) { in SkipGCALot() function in SkipGCALot
647 ~SkipGCALot() { in ~SkipGCALot()
652 SkipGCALot(Thread* t) { }
653 ~SkipGCALot() { }
661 SkipGCALot sgcalot(t); // avoid re-entrant attempts to gc-a-lot in execute()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DvmThread.cpp604 SkipGCALot sgcalot(t); // avoid re-entrant attempts to gc-a-lot in execute()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DvmThread.cpp604 SkipGCALot sgcalot(t); // avoid re-entrant attempts to gc-a-lot in execute()