Home
last modified time | relevance | path

Searched refs:threads_in_evac (Results 1 – 11 of 11) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahEvacOOMHandler.cpp49 jint threads_in_evac = Atomic::load_acquire(&_threads_in_evac); in register_thread() local
55 if ((threads_in_evac & OOM_MARKER_MASK) != 0) { in register_thread()
60 jint other = Atomic::cmpxchg(&_threads_in_evac, threads_in_evac, threads_in_evac + 1); in register_thread()
61 if (other == threads_in_evac) { in register_thread()
65 threads_in_evac = other; in register_thread()
88 jint threads_in_evac = Atomic::load_acquire(&_threads_in_evac); in handle_out_of_memory_during_evacuation() local
90 …jint other = Atomic::cmpxchg(&_threads_in_evac, threads_in_evac, (threads_in_evac - 1) | OOM_MARKE… in handle_out_of_memory_during_evacuation()
91 if (other == threads_in_evac) { in handle_out_of_memory_during_evacuation()
97 threads_in_evac = other; in handle_out_of_memory_during_evacuation()
H A DshenandoahEvacOOMHandler.inline.hpp34 jint threads_in_evac = Atomic::load_acquire(&_threads_in_evac); in enter_evacuation() local
41 jint threads_in_evac = Atomic::load_acquire(&_threads_in_evac); in enter_evacuation() local
43 if ((threads_in_evac & OOM_MARKER_MASK) != 0) { in enter_evacuation()
44 assert((threads_in_evac & ~OOM_MARKER_MASK) > 0, "sanity"); in enter_evacuation()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahEvacOOMHandler.cpp49 jint threads_in_evac = Atomic::load_acquire(&_threads_in_evac); in register_thread() local
55 if ((threads_in_evac & OOM_MARKER_MASK) != 0) { in register_thread()
60 jint other = Atomic::cmpxchg(&_threads_in_evac, threads_in_evac, threads_in_evac + 1); in register_thread()
61 if (other == threads_in_evac) { in register_thread()
65 threads_in_evac = other; in register_thread()
88 jint threads_in_evac = Atomic::load_acquire(&_threads_in_evac); in handle_out_of_memory_during_evacuation() local
90 …jint other = Atomic::cmpxchg(&_threads_in_evac, threads_in_evac, (threads_in_evac - 1) | OOM_MARKE… in handle_out_of_memory_during_evacuation()
91 if (other == threads_in_evac) { in handle_out_of_memory_during_evacuation()
97 threads_in_evac = other; in handle_out_of_memory_during_evacuation()
H A DshenandoahEvacOOMHandler.inline.hpp35 jint threads_in_evac = Atomic::load_acquire(&_threads_in_evac); in enter_evacuation() local
42 jint threads_in_evac = Atomic::load_acquire(&_threads_in_evac); in enter_evacuation() local
44 if ((threads_in_evac & OOM_MARKER_MASK) != 0) { in enter_evacuation()
45 assert((threads_in_evac & ~OOM_MARKER_MASK) > 0, "sanity"); in enter_evacuation()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahEvacOOMHandler.cpp51 jint threads_in_evac = OrderAccess::load_acquire(&_threads_in_evac); in enter_evacuation() local
56 if ((threads_in_evac & OOM_MARKER_MASK) != 0) { in enter_evacuation()
62 jint other = Atomic::cmpxchg(threads_in_evac + 1, &_threads_in_evac, threads_in_evac); in enter_evacuation()
63 if (other == threads_in_evac) { in enter_evacuation()
75 threads_in_evac = other; in enter_evacuation()
99 jint threads_in_evac = OrderAccess::load_acquire(&_threads_in_evac); in handle_out_of_memory_during_evacuation() local
101 jint other = Atomic::cmpxchg((threads_in_evac - 1) | OOM_MARKER_MASK, in handle_out_of_memory_during_evacuation()
102 &_threads_in_evac, threads_in_evac); in handle_out_of_memory_during_evacuation()
103 if (other == threads_in_evac) { in handle_out_of_memory_during_evacuation()
109 threads_in_evac = other; in handle_out_of_memory_during_evacuation()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahEvacOOMHandler.cpp51 jint threads_in_evac = OrderAccess::load_acquire(&_threads_in_evac); in enter_evacuation() local
56 if ((threads_in_evac & OOM_MARKER_MASK) != 0) { in enter_evacuation()
62 jint other = Atomic::cmpxchg(threads_in_evac + 1, &_threads_in_evac, threads_in_evac); in enter_evacuation()
63 if (other == threads_in_evac) { in enter_evacuation()
75 threads_in_evac = other; in enter_evacuation()
99 jint threads_in_evac = OrderAccess::load_acquire(&_threads_in_evac); in handle_out_of_memory_during_evacuation() local
101 jint other = Atomic::cmpxchg((threads_in_evac - 1) | OOM_MARKER_MASK, in handle_out_of_memory_during_evacuation()
102 &_threads_in_evac, threads_in_evac); in handle_out_of_memory_during_evacuation()
103 if (other == threads_in_evac) { in handle_out_of_memory_during_evacuation()
109 threads_in_evac = other; in handle_out_of_memory_during_evacuation()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahEvacOOMHandler.cpp51 jint threads_in_evac = Atomic::load_acquire(&_threads_in_evac); in enter_evacuation() local
56 if ((threads_in_evac & OOM_MARKER_MASK) != 0) { in enter_evacuation()
62 jint other = Atomic::cmpxchg(&_threads_in_evac, threads_in_evac, threads_in_evac + 1); in enter_evacuation()
63 if (other == threads_in_evac) { in enter_evacuation()
75 threads_in_evac = other; in enter_evacuation()
99 jint threads_in_evac = Atomic::load_acquire(&_threads_in_evac); in handle_out_of_memory_during_evacuation() local
101 …jint other = Atomic::cmpxchg(&_threads_in_evac, threads_in_evac, (threads_in_evac - 1) | OOM_MARKE… in handle_out_of_memory_during_evacuation()
102 if (other == threads_in_evac) { in handle_out_of_memory_during_evacuation()
108 threads_in_evac = other; in handle_out_of_memory_during_evacuation()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahEvacOOMHandler.cpp51 jint threads_in_evac = OrderAccess::load_acquire(&_threads_in_evac); in enter_evacuation() local
56 if ((threads_in_evac & OOM_MARKER_MASK) != 0) { in enter_evacuation()
62 jint other = Atomic::cmpxchg(threads_in_evac + 1, &_threads_in_evac, threads_in_evac); in enter_evacuation()
63 if (other == threads_in_evac) { in enter_evacuation()
75 threads_in_evac = other; in enter_evacuation()
99 jint threads_in_evac = OrderAccess::load_acquire(&_threads_in_evac); in handle_out_of_memory_during_evacuation() local
101 jint other = Atomic::cmpxchg((threads_in_evac - 1) | OOM_MARKER_MASK, in handle_out_of_memory_during_evacuation()
102 &_threads_in_evac, threads_in_evac); in handle_out_of_memory_during_evacuation()
103 if (other == threads_in_evac) { in handle_out_of_memory_during_evacuation()
109 threads_in_evac = other; in handle_out_of_memory_during_evacuation()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahEvacOOMHandler.cpp51 jint threads_in_evac = OrderAccess::load_acquire(&_threads_in_evac); in enter_evacuation() local
56 if ((threads_in_evac & OOM_MARKER_MASK) != 0) { in enter_evacuation()
62 jint other = Atomic::cmpxchg(threads_in_evac + 1, &_threads_in_evac, threads_in_evac); in enter_evacuation()
63 if (other == threads_in_evac) { in enter_evacuation()
75 threads_in_evac = other; in enter_evacuation()
99 jint threads_in_evac = OrderAccess::load_acquire(&_threads_in_evac); in handle_out_of_memory_during_evacuation() local
101 jint other = Atomic::cmpxchg((threads_in_evac - 1) | OOM_MARKER_MASK, in handle_out_of_memory_during_evacuation()
102 &_threads_in_evac, threads_in_evac); in handle_out_of_memory_during_evacuation()
103 if (other == threads_in_evac) { in handle_out_of_memory_during_evacuation()
109 threads_in_evac = other; in handle_out_of_memory_during_evacuation()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahEvacOOMHandler.cpp49 jint threads_in_evac = Atomic::load_acquire(&_threads_in_evac); in register_thread() local
53 jint other = Atomic::cmpxchg(&_threads_in_evac, threads_in_evac, threads_in_evac + 1); in register_thread()
54 if (other == threads_in_evac) { in register_thread()
65 threads_in_evac = other; in register_thread()
88 jint threads_in_evac = Atomic::load_acquire(&_threads_in_evac); in handle_out_of_memory_during_evacuation() local
90 …jint other = Atomic::cmpxchg(&_threads_in_evac, threads_in_evac, (threads_in_evac - 1) | OOM_MARKE… in handle_out_of_memory_during_evacuation()
91 if (other == threads_in_evac) { in handle_out_of_memory_during_evacuation()
97 threads_in_evac = other; in handle_out_of_memory_during_evacuation()
H A DshenandoahEvacOOMHandler.inline.hpp34 jint threads_in_evac = Atomic::load_acquire(&_threads_in_evac); in enter_evacuation() local
37 if ((threads_in_evac & OOM_MARKER_MASK) != 0) { in enter_evacuation()