mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8016325: JVM hangs verifying system dictionary
Minimize redundant verifications of Klasses. Reviewed-by: hseigel, jmasa
This commit is contained in:
parent
196c8abc3d
commit
39a1c1d6c2
24 changed files with 30 additions and 68 deletions
|
@ -387,7 +387,6 @@ void frame::interpreter_frame_set_locals(intptr_t* locs) {
|
|||
Method* frame::interpreter_frame_method() const {
|
||||
assert(is_interpreted_frame(), "interpreted frame expected");
|
||||
Method* m = *interpreter_frame_method_addr();
|
||||
assert(m->is_metadata(), "bad Method* in interpreter frame");
|
||||
assert(m->is_method(), "not a Method*");
|
||||
return m;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue