src/share/vm/shark/sharkIntrinsics.cpp

Print this page

        

*** 63,73 **** // java.lang.Thread case vmIntrinsics::_currentThread: return true; ! // sun.misc.Unsafe case vmIntrinsics::_compareAndSwapInt: return true; default: if (SharkPerformanceWarnings) { --- 63,73 ---- // java.lang.Thread case vmIntrinsics::_currentThread: return true; ! // [sun|jdk.internal].misc.Unsafe case vmIntrinsics::_compareAndSwapInt: return true; default: if (SharkPerformanceWarnings) {
*** 137,147 **** // java.lang.Thread case vmIntrinsics::_currentThread: do_Thread_currentThread(); break; ! // sun.misc.Unsafe case vmIntrinsics::_compareAndSwapInt: do_Unsafe_compareAndSwapInt(); break; default: --- 137,147 ---- // java.lang.Thread case vmIntrinsics::_currentThread: do_Thread_currentThread(); break; ! // [sun|jdk.internal].misc.Unsafe case vmIntrinsics::_compareAndSwapInt: do_Unsafe_compareAndSwapInt(); break; default: