[12] Closed RFR(XS) 8208550: [TESTBUG] vmTestbase_vm_* tests executed twice in Tier2, Tier3
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Jul 31 06:03:49 UTC 2018
Please, ignore this.
On 7/30/18 11:02 PM, Vladimir Kozlov wrote:
> https://bugs.openjdk.java.net/browse/JDK-8208550
>
> vmTestbaseCompiler is included twice: in tier2CompilerTests and in jtregCompiler. Remove it from
> tier2CompilerTests which is always used when jtregCompiler is also used (tier2 and tier3).
>
> diff -r 91bcb6b9c536 closed/task-definitions/hs-comp-tiers.js
> --- a/closed/task-definitions/hs-comp-tiers.js
> +++ b/closed/task-definitions/hs-comp-tiers.js
> @@ -129,7 +129,6 @@
> ];
>
> var tier2CompilerTests = []
> - .concat(vmTestbaseCompiler)
> .concat(ctw);
>
> var compilerTests = []
>
> Thanks,
> Vladimir
More information about the hotspot-compiler-dev
mailing list