src/hotspot/cpu/zero/stubGenerator_zero.cpp
changeset 48468 7cc7de9bf4a4
parent 47634 6a0c42c40cd1
child 55523 52ef2c940423
equal deleted inserted replaced
48467:7969cc1b94ee 48468:7cc7de9bf4a4
   256     StubRoutines::_atomic_xchg_long_entry    = ShouldNotCallThisStub();
   256     StubRoutines::_atomic_xchg_long_entry    = ShouldNotCallThisStub();
   257     StubRoutines::_atomic_cmpxchg_entry      = ShouldNotCallThisStub();
   257     StubRoutines::_atomic_cmpxchg_entry      = ShouldNotCallThisStub();
   258     StubRoutines::_atomic_cmpxchg_byte_entry = ShouldNotCallThisStub();
   258     StubRoutines::_atomic_cmpxchg_byte_entry = ShouldNotCallThisStub();
   259     StubRoutines::_atomic_cmpxchg_long_entry = ShouldNotCallThisStub();
   259     StubRoutines::_atomic_cmpxchg_long_entry = ShouldNotCallThisStub();
   260     StubRoutines::_atomic_add_entry          = ShouldNotCallThisStub();
   260     StubRoutines::_atomic_add_entry          = ShouldNotCallThisStub();
   261     StubRoutines::_atomic_add_ptr_entry      = ShouldNotCallThisStub();
   261     StubRoutines::_atomic_add_long_entry     = ShouldNotCallThisStub();
   262     StubRoutines::_fence_entry               = ShouldNotCallThisStub();
   262     StubRoutines::_fence_entry               = ShouldNotCallThisStub();
   263   }
   263   }
   264 
   264 
   265   void generate_all() {
   265   void generate_all() {
   266     // Generates all stubs and initializes the entry points
   266     // Generates all stubs and initializes the entry points