< prev index next >

src/hotspot/share/runtime/stubRoutines.cpp

Print this page
rev 49096 : [mq]: eliminate_wb_stub.patch

@@ -172,12 +172,10 @@
 address StubRoutines::_safefetch32_continuation_pc       = NULL;
 address StubRoutines::_safefetchN_entry                  = NULL;
 address StubRoutines::_safefetchN_fault_pc               = NULL;
 address StubRoutines::_safefetchN_continuation_pc        = NULL;
 
-address StubRoutines::_shenandoah_wb_C = NULL;
-
 // Initialization
 //
 // Note: to break cycle with universe initialization, stubs are generated in two phases.
 // The first one generates stubs needed during universe init (e.g., _handle_must_compile_first_entry).
 // The second phase includes all other stubs (which may depend on universe being initialized.)
< prev index next >