OpenJDK / jdk / jdk
changeset 51290:5afd528675f6
8208706: compiler/tiered/ConstantGettersTransitionsTest.java fails to compile
Reviewed-by: dholmes
author | dcubed |
---|---|
date | Thu, 02 Aug 2018 22:14:54 -0400 |
parents | 531de4cbaa4f |
children | 57aa80913140 |
files | test/hotspot/jtreg/compiler/tiered/ConstantGettersTransitionsTest.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/compiler/tiered/ConstantGettersTransitionsTest.java Thu Aug 02 16:16:02 2018 -0700 +++ b/test/hotspot/jtreg/compiler/tiered/ConstantGettersTransitionsTest.java Thu Aug 02 22:14:54 2018 -0400 @@ -40,6 +40,7 @@ package compiler.tiered; import compiler.whitebox.CompilerWhiteBoxTest; +import jtreg.SkippedException; import java.lang.reflect.Executable; import java.util.concurrent.Callable;