mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8256050: JVM crashes with -XX:+PrintDeoptimizationDetails
Reviewed-by: kvn, dcubed
This commit is contained in:
parent
e6df13e6e0
commit
3455fa9bfd
7 changed files with 31 additions and 15 deletions
|
@ -43,7 +43,7 @@ class BasicLock {
|
|||
Atomic::store(&_displaced_header, header);
|
||||
}
|
||||
|
||||
void print_on(outputStream* st) const;
|
||||
void print_on(outputStream* st, oop owner) const;
|
||||
|
||||
// move a basic lock (used during deoptimization
|
||||
void move_to(oop obj, BasicLock* dest);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue