We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8366e commit e25121dCopy full SHA for e25121d
src/hotspot/share/gc/shenandoah/shenandoahVMOperations.cpp
@@ -32,6 +32,7 @@
32
#include "gc/shenandoah/shenandoahOopClosures.inline.hpp"
33
#include "gc/shenandoah/shenandoahUtils.hpp"
34
#include "gc/shenandoah/shenandoahVMOperations.hpp"
35
+#include "interpreter/oopMapCache.hpp"
36
#include "memory/universe.hpp"
37
38
bool VM_ShenandoahReferenceOperation::doit_prologue() {
@@ -40,6 +41,7 @@ bool VM_ShenandoahReferenceOperation::doit_prologue() {
40
41
}
42
43
void VM_ShenandoahReferenceOperation::doit_epilogue() {
44
+ OopMapCache::cleanup_old_entries();
45
if (Universe::has_reference_pending_list()) {
46
Heap_lock->notify_all();
47
0 commit comments