< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp

Print this page
rev 60600 : 8251910: Shenandoah: assert(external_guard || result != __null) failed: Invalid JNI handle

*** 384,393 **** --- 384,394 ---- void entry_preclean(); void entry_weak_roots(); void entry_class_unloading(); void entry_strong_roots(); void entry_cleanup_early(); + void entry_rendezvous_roots(); void entry_evac(); void entry_updaterefs(); void entry_cleanup_complete(); void entry_uncommit(double shrink_before);
*** 407,422 **** --- 408,426 ---- void op_preclean(); void op_weak_roots(); void op_class_unloading(); void op_strong_roots(); void op_cleanup_early(); + void op_rendezvous_roots(); void op_conc_evac(); void op_stw_evac(); void op_updaterefs(); void op_cleanup_complete(); void op_uncommit(double shrink_before); + void rendezvous_threads(); + // Messages for GC trace events, they have to be immortal for // passing around the logging/tracing systems const char* init_mark_event_message() const; const char* final_mark_event_message() const; const char* conc_mark_event_message() const;
< prev index next >