OpenJDK / jdk / jdk
changeset 49617:82634a458dc8
8200227: [Graal] Test times out with Graal due to low compile threshold
Summary: Removed unnecessary VM options from test to avoid timeouts with Graal.
Reviewed-by: kvn
author | thartmann |
---|---|
date | Tue, 27 Mar 2018 11:13:11 +0200 |
parents | 9d02d9f1fc49 |
children | c5b066caefba |
files | test/hotspot/jtreg/compiler/intrinsics/string/TestStringIntrinsicRangeChecks.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/compiler/intrinsics/string/TestStringIntrinsicRangeChecks.java Tue Mar 27 11:05:01 2018 +0200 +++ b/test/hotspot/jtreg/compiler/intrinsics/string/TestStringIntrinsicRangeChecks.java Tue Mar 27 11:13:11 2018 +0200 @@ -29,7 +29,7 @@ * @summary Verifies that string intrinsics throw array out of bounds exceptions. * @library /compiler/patches /test/lib * @build java.base/java.lang.Helper - * @run main/othervm -Xbatch -XX:CompileThreshold=100 -XX:-TieredCompilation compiler.intrinsics.string.TestStringIntrinsicRangeChecks + * @run main/othervm -Xbatch -XX:CompileThreshold=100 compiler.intrinsics.string.TestStringIntrinsicRangeChecks */ package compiler.intrinsics.string;