jdk/hotspot/test/compiler/jvmci/compilerToVM
Chris Plummer d78d0c4fa4 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests
Use new external.lib.roots property in TEST.ROOT so /../../test/lib is not needed.

Reviewed-by: mseledtsov, sla, iklam
2015-10-29 12:04:04 -07:00
..
AllocateCompileIdTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
CanInlineMethodTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
CollectCountersTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
CompileCodeTestCase.java 8136421: JEP 243: Java-Level JVM Compiler Interface 2015-10-08 12:49:30 -10:00
ConstantPoolTestCase.java 8136421: JEP 243: Java-Level JVM Compiler Interface 2015-10-08 12:49:30 -10:00
ConstantPoolTestsHelper.java 8136421: JEP 243: Java-Level JVM Compiler Interface 2015-10-08 12:49:30 -10:00
DebugOutputTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
DisassembleCodeBlobTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
DoNotInlineOrCompileTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
DummyAbstractClass.java 8136421: JEP 243: Java-Level JVM Compiler Interface 2015-10-08 12:49:30 -10:00
DummyClass.java 8136421: JEP 243: Java-Level JVM Compiler Interface 2015-10-08 12:49:30 -10:00
DummyInterface.java 8136421: JEP 243: Java-Level JVM Compiler Interface 2015-10-08 12:49:30 -10:00
ExecuteInstalledCodeTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
FindUniqueConcreteMethodTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetBytecodeTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetClassInitializerTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetConstantPoolTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetExceptionTableTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetImplementorTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetLineNumberTableTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetLocalVariableTableTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetMaxCallTargetOffsetTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetNextStackFrameTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetResolvedJavaMethodAtSlotTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetResolvedJavaMethodTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetResolvedJavaTypeTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetStackTraceElementTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetSymbolTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
GetVtableIndexForInterfaceTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
HasCompiledCodeForOSRTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
HasFinalizableSubclassTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
InitializeConfigurationTest.java 8136421: JEP 243: Java-Level JVM Compiler Interface 2015-10-08 12:49:30 -10:00
InvalidateInstalledCodeTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
IsMatureTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
JVM_RegisterJVMCINatives.java 8136421: JEP 243: Java-Level JVM Compiler Interface 2015-10-08 12:49:30 -10:00
LookupKlassInPoolTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
LookupTypeTest.java 8136421: JEP 243: Java-Level JVM Compiler Interface 2015-10-08 12:49:30 -10:00
MaterializeVirtualObjectTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
MethodIsIgnoredBySecurityStackWalkTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
ReadUncompressedOopTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
ReprofileTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
ResolveConstantInPoolTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
ResolveMethodTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
ResolveTypeInPoolTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
ShouldDebugNonSafepointsTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00
ShouldInlineMethodTest.java 8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests 2015-10-29 12:04:04 -07:00