mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8223213: Implement fast class initialization checks on x86-64
Reviewed-by: kvn, redestad, dholmes, mdoerr, coleenp
This commit is contained in:
parent
ba723fbdfb
commit
e72bfe15ad
33 changed files with 734 additions and 44 deletions
|
@ -2176,6 +2176,7 @@ const char* Deoptimization::_trap_reason_name[] = {
|
|||
"profile_predicate",
|
||||
"unloaded",
|
||||
"uninitialized",
|
||||
"initialized",
|
||||
"unreached",
|
||||
"unhandled",
|
||||
"constraint",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue