mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8191333: Zero variant broken after 8189941
Reviewed-by: rehn, coleenp
This commit is contained in:
parent
09a9ab8f41
commit
09dca4ba54
2 changed files with 7 additions and 9 deletions
|
@ -99,12 +99,10 @@
|
|||
in relation to a safepoint.
|
||||
*/
|
||||
#define SAFEPOINT \
|
||||
if ( SafepointSynchronize::is_synchronizing()) { \
|
||||
{ \
|
||||
/* zap freed handles rather than GC'ing them */ \
|
||||
HandleMarkCleaner __hmc(THREAD); \
|
||||
} \
|
||||
CALL_VM(SafepointSynchronize::block(THREAD), handle_exception); \
|
||||
{ \
|
||||
/* zap freed handles rather than GC'ing them */ \
|
||||
HandleMarkCleaner __hmc(THREAD); \
|
||||
CALL_VM(SafepointMechanism::block_if_requested(THREAD), handle_exception); \
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue