hg: jdk/submit: 8219139: move hotspot tests from test/jdk/vm

igor.ignatyev at oracle.com igor.ignatyev at oracle.com
Fri Mar 15 02:44:00 UTC 2019


Changeset: 6ab293f66cae
Author:    iignatyev
Date:      2019-03-14 19:37 -0700
URL:       http://hg.openjdk.java.net/jdk/submit/rev/6ab293f66cae

8219139: move hotspot tests from test/jdk/vm
Reviewed-by: dholmes, mseledtsov

+ test/hotspot/jtreg/compiler/codegen/BadLogicCode.java
+ test/hotspot/jtreg/compiler/codegen/ShiftTest.java
+ test/hotspot/jtreg/compiler/exceptions/ExceptionInInit.java
+ test/hotspot/jtreg/compiler/runtime/JITClassInit.java
+ test/hotspot/jtreg/gc/ArraySize.java
+ test/hotspot/jtreg/gc/InfiniteList.java
+ test/hotspot/jtreg/runtime/ErrorHandling/ExplicitArithmeticCheck.java
+ test/hotspot/jtreg/runtime/Thread/MonitorCacheMaybeExpand_DeadLock.java
+ test/hotspot/jtreg/runtime/interpreter/WideStrictInline.java
+ test/hotspot/jtreg/runtime/reflect/ReflectStackOverflow.java
+ test/hotspot/jtreg/runtime/verifier/TestStaticIF.java
+ test/hotspot/jtreg/runtime/verifier/VerifyProtectedConstructor.java
+ test/hotspot/jtreg/runtime/verifier/VerifyStackForExceptionHandlers.java
+ test/hotspot/jtreg/runtime/verifier/defaultMethods/DefaultMethodRegressionTests.java
+ test/hotspot/jtreg/runtime/verifier/defaultMethods/DefaultMethodRegressionTestsRun.java
! test/jdk/TEST.groups
+ test/jdk/tools/launcher/JniInvocationTest.java
+ test/jdk/tools/launcher/exeJniInvocationTest.c
- test/jdk/vm/JniInvocationTest.java
- test/jdk/vm/exeJniInvocationTest.c
- test/jdk/vm/gc/ArraySize.java
- test/jdk/vm/gc/InfiniteList.java
- test/jdk/vm/jit/BadLogicCode.java
- test/jdk/vm/jit/ExceptionInInit.java
- test/jdk/vm/jit/JITClassInit.java
- test/jdk/vm/runtime/ExplicitArithmeticCheck.java
- test/jdk/vm/runtime/MonitorCacheMaybeExpand_DeadLock.java
- test/jdk/vm/runtime/ReflectStackOverflow.java
- test/jdk/vm/runtime/ShiftTest.java
- test/jdk/vm/runtime/WideStrictInline.java
- test/jdk/vm/verifier/TestStaticIF.java
- test/jdk/vm/verifier/VerifyProtectedConstructor.java
- test/jdk/vm/verifier/VerifyStackForExceptionHandlers.java
- test/jdk/vm/verifier/defaultMethods/DefaultMethodRegressionTests.java
- test/jdk/vm/verifier/defaultMethods/DefaultMethodRegressionTestsRun.java



More information about the jdk-submit-changes mailing list