RFR: 8215560: [lworld] Investigate if method handle calls can be further optimized

Tobias Hartmann tobias.hartmann at oracle.com
Thu Mar 14 08:35:48 UTC 2019


Hi Roland,

On 13.03.19 15:55, Roland Westrelin wrote:
>> That seems reasonable to me. Please remove the -DVerifyIR=true in the
>> test, it's enabled by default.
> 
> Really? For some subtests in the method handle test, we still have IR
> patterns that are verified. We still want them to be executed, right?

Sure, I'm just saying that you don't need to explicitly set -DVerifyIR=true because it's true by
default for ValueTypeTests:
http://hg.openjdk.java.net/valhalla/valhalla/file/70c8dbdaa8c5/test/hotspot/jtreg/compiler/valhalla/valuetypes/ValueTypeTest.java#l101

I've disabled it with:
http://hg.openjdk.java.net/valhalla/valhalla/rev/29b97940a7fb#l62.7

Best regards,
Tobias


More information about the valhalla-dev mailing list