mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8269342: CICrashAt=1 does not always catch first Java method
Reviewed-by: kvn, thartmann
This commit is contained in:
parent
8785737ba5
commit
fcc7d59b99
4 changed files with 19 additions and 4 deletions
|
@ -174,6 +174,7 @@ class CompileBroker: AllStatic {
|
|||
// These counters are used for assigning id's to each compilation
|
||||
static volatile jint _compilation_id;
|
||||
static volatile jint _osr_compilation_id;
|
||||
static volatile jint _native_compilation_id;
|
||||
|
||||
static CompileQueue* _c2_compile_queue;
|
||||
static CompileQueue* _c1_compile_queue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue