8191333: Zero variant broken after 8189941

Reviewed-by: rehn, coleenp
This commit is contained in:
John Paul Adrian Glaubitz 2017-11-15 16:03:56 +01:00
parent 09a9ab8f41
commit 09dca4ba54
2 changed files with 7 additions and 9 deletions

View file

@ -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); \
}
/*