mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6629727: assertion in set_trap_state() in methodDataOop.hpp is too strong
The assertion can failure due to race conditions. Reviewed-by: never
This commit is contained in:
parent
831ee085f0
commit
39463bb3fc
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ public:
|
|||
assert(ProfileTraps, "used only under +ProfileTraps");
|
||||
uint old_flags = (_header._struct._flags & flag_mask);
|
||||
_header._struct._flags = (new_state << trap_shift) | old_flags;
|
||||
assert(trap_state() == new_state, "sanity");
|
||||
}
|
||||
|
||||
u1 flags() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue