mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
8022494: Make compilation IDs sequential
Use atomic operations to provide sequential compilation IDs Reviewed-by: kvn, twisti
This commit is contained in:
parent
0c84081c87
commit
42afc756f5
5 changed files with 59 additions and 58 deletions
|
@ -666,7 +666,7 @@ class AdapterHandlerLibrary: public AllStatic {
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue