RFR (T) 8228673: Remove develop flag StrictSafepointChecks

Aleksey Shipilev shade at redhat.com
Wed Jul 31 08:15:01 UTC 2019


On 7/30/19 11:31 PM, coleen.phillimore at oracle.com wrote:
> Oh, you mean this one in check_for_valid_safepoint_state (I answered too quickly on the first
> inconsistency).
> 
> #ifdef ASSERT
>   if (potential_vm_operation && is_Java_thread()
>       && !Universe::is_bootstrapping()) {
> 
> Maybe it's not redundant because of the optimized build.

Yeah. I don't think we have to clean that up at the moment.

-- 
Thanks,
-Aleksey



More information about the hotspot-runtime-dev mailing list