mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
7196262: JSR 292: java/lang/invoke/PrivateInvokeTest.java fails on solaris-sparc
Reviewed-by: kvn, jrose, bdelsart
This commit is contained in:
parent
c188598ddd
commit
b0d292378a
11 changed files with 292 additions and 483 deletions
|
@ -700,7 +700,9 @@ nmethod::nmethod(
|
|||
// then print the requested information
|
||||
if (PrintNativeNMethods) {
|
||||
print_code();
|
||||
oop_maps->print();
|
||||
if (oop_maps != NULL) {
|
||||
oop_maps->print();
|
||||
}
|
||||
}
|
||||
if (PrintRelocations) {
|
||||
print_relocations();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue