diff src/share/vm/runtime/sharedRuntime.hpp @ 14236:7c0122ed05fb

8022494: Make compilation IDs sequential Summary: Use atomic operations to provide sequential compilation IDs Reviewed-by: kvn, twisti
author anoll
date Fri, 10 Jan 2014 06:36:18 +0100
parents de6a9e811145
children 63a4eb8bcd23 abec000618bf
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.hpp	Thu Jan 09 18:09:59 2014 -0800
+++ b/src/share/vm/runtime/sharedRuntime.hpp	Fri Jan 10 06:36:18 2014 +0100
@@ -666,7 +666,7 @@
 
   static AdapterHandlerEntry* new_entry(AdapterFingerPrint* fingerprint,
                                         address i2c_entry, address c2i_entry, address c2i_unverified_entry);
-  static nmethod* create_native_wrapper(methodHandle method, int compile_id);
+  static void create_native_wrapper(methodHandle method);
   static AdapterHandlerEntry* get_adapter(methodHandle method);
 
 #ifdef HAVE_DTRACE_H