hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 27691 733f189ad1f7
parent 26434 09ad55e5f486
child 29573 2d800e5d575f
--- a/hotspot/src/share/vm/runtime/stubRoutines.cpp	Tue Nov 18 12:33:47 2014 +0000
+++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp	Tue Oct 21 15:07:25 2014 +0200
@@ -62,6 +62,7 @@
 address StubRoutines::_atomic_store_ptr_entry                   = NULL;
 address StubRoutines::_atomic_cmpxchg_entry                     = NULL;
 address StubRoutines::_atomic_cmpxchg_ptr_entry                 = NULL;
+address StubRoutines::_atomic_cmpxchg_byte_entry                = NULL;
 address StubRoutines::_atomic_cmpxchg_long_entry                = NULL;
 address StubRoutines::_atomic_add_entry                         = NULL;
 address StubRoutines::_atomic_add_ptr_entry                     = NULL;