-
Bug
-
Resolution: Fixed
-
P4
-
13
-
b17
Recently several tests residing under test/jdk/ were identified as HotSpot/Runtime tests, and migrated accordingly. During the review the suggestion was raised: we should reveiw these tests, some may be too old/obsolete or with little value, consider deleting such tests.
JBS issue migrating the tests:JDK-8219139
Tests:
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
JBS issue migrating the tests:
Tests:
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
- relates to
-
JDK-8219139 move hotspot tests from test/jdk/vm
- Resolved
-
JDK-8220696 assess usefulness of the tests moved by 8219139
- Open