hotspot/src/share/vm/shark/sharkIntrinsics.hpp
changeset 45514 0fc9cc73ce45
parent 7397 5b173b4ca846
--- a/hotspot/src/share/vm/shark/sharkIntrinsics.hpp	Tue Jun 06 13:31:34 2017 -0400
+++ b/hotspot/src/share/vm/shark/sharkIntrinsics.hpp	Mon Jun 05 15:52:09 2017 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
  * Copyright 2009 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
@@ -58,7 +58,7 @@
   void do_Object_getClass();
   void do_System_currentTimeMillis();
   void do_Thread_currentThread();
-  void do_Unsafe_compareAndSwapInt();
+  void do_Unsafe_compareAndSetInt();
 };
 
 #endif // SHARE_VM_SHARK_SHARKINTRINSICS_HPP