8269342: CICrashAt=1 does not always catch first Java method

Reviewed-by: kvn, thartmann
This commit is contained in:
Dean Long 2021-07-26 22:09:17 +00:00
parent 8785737ba5
commit fcc7d59b99
4 changed files with 19 additions and 4 deletions

View file

@ -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;