hg: valhalla/valhalla: 8188807: [MVT] Split ValueTypeTestBench into multiple tests and adjust timeout

Tobias Hartmann tobias.hartmann at oracle.com
Thu Oct 12 14:51:25 UTC 2017


Hi,

I pushed this without a review because it's a simple (but huge) refactoring change. I've split the ValueTypeTestBench 
into multiple smaller tests and did some basic refactoring. All tests are Valhalla value type tests 
(-XX:+EnabledValhalla) except for TestMinimalValueTypes which requires -XX:+EnableMVT.

Please let me know if you still experience timeouts or other problems.

Thanks,
Tobias

On 12.10.2017 16:49, tobias.hartmann at oracle.com wrote:
> Changeset: b89c0aec61ea
> Author:    thartmann
> Date:      2017-10-12 16:46 +0200
> URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b89c0aec61ea
> 
> 8188807: [MVT] Split ValueTypeTestBench into multiple tests and adjust timeout
> 
> ! test/hotspot/jtreg/compiler/valhalla/valuetypes/MyValue1.java
> + test/hotspot/jtreg/compiler/valhalla/valuetypes/MyValue2.java
> + test/hotspot/jtreg/compiler/valhalla/valuetypes/MyValue3.java
> + test/hotspot/jtreg/compiler/valhalla/valuetypes/MyValue4.java
> + test/hotspot/jtreg/compiler/valhalla/valuetypes/SimpleValueType.java
> + test/hotspot/jtreg/compiler/valhalla/valuetypes/TestArrays.java
> + test/hotspot/jtreg/compiler/valhalla/valuetypes/TestBasicFunctionality.java
> + test/hotspot/jtreg/compiler/valhalla/valuetypes/TestCallingConvention.java
> + test/hotspot/jtreg/compiler/valhalla/valuetypes/TestIntrinsics.java
> + test/hotspot/jtreg/compiler/valhalla/valuetypes/TestMethodHandles.java
> + test/hotspot/jtreg/compiler/valhalla/valuetypes/TestMinimalValueTypes.java
> + test/hotspot/jtreg/compiler/valhalla/valuetypes/TestOnStackReplacement.java
> ! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestUnresolvedValueClass.java
> + test/hotspot/jtreg/compiler/valhalla/valuetypes/ValueTypeTest.java
> - test/hotspot/jtreg/compiler/valhalla/valuetypes/ValueTypeTestBench.java
> 



More information about the valhalla-dev mailing list