RFR(S): 8240676: Meet not symmetric failure when running lucene on jdk8

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue Mar 24 16:12:12 UTC 2020


Wow, it is nice reduction in changed code. Looks good to me.
What execution time now for compiler/types/TestMeetIncompatibleInterfaceArrays.java test?

Thanks,
Vladimir

On 3/24/20 5:39 AM, Roland Westrelin wrote:
> 
>> I would prefer to have DEBUG_ONLY() field in Compile class to current implementation where a passed parameter is used
>> only in debug build. Use something like DEBUG_ONLY( VerificationMark vm;) around calls where it should be set/reset.
> 
> What about this?
> 
> http://cr.openjdk.java.net/~roland/8240676/webrev.02/
> 
> Roland.
> 


More information about the hotspot-compiler-dev mailing list