hg: jdk/jdk: 8224137: Analyze and port invocation tests to jtreg and co-locate to jdk repo
harold.seigel at oracle.com
harold.seigel at oracle.com
Wed Jun 26 13:07:26 UTC 2019
Changeset: d3a33953b936
Author: hseigel
Date: 2019-06-26 09:06 -0400
URL: http://hg.openjdk.java.net/jdk/jdk/rev/d3a33953b936
8224137: Analyze and port invocation tests to jtreg and co-locate to jdk repo
Summary: Add JTReg compatible main programs to run tests for various invoke* instructions
Reviewed-by: lfoltan, coleenp
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/runtime/InvocationTests/invokeinterface/Checker.java
+ test/hotspot/jtreg/runtime/InvocationTests/invokeinterface/ClassGenerator.java
+ test/hotspot/jtreg/runtime/InvocationTests/invokeinterface/Generator.java
+ test/hotspot/jtreg/runtime/InvocationTests/invokeinterfaceTests.java
+ test/hotspot/jtreg/runtime/InvocationTests/invokespecial/Checker.java
+ test/hotspot/jtreg/runtime/InvocationTests/invokespecial/ClassGenerator.java
+ test/hotspot/jtreg/runtime/InvocationTests/invokespecial/Generator.java
+ test/hotspot/jtreg/runtime/InvocationTests/invokespecialTests.java
+ test/hotspot/jtreg/runtime/InvocationTests/invokevirtual/Checker.java
+ test/hotspot/jtreg/runtime/InvocationTests/invokevirtual/ClassGenerator.java
+ test/hotspot/jtreg/runtime/InvocationTests/invokevirtual/Generator.java
+ test/hotspot/jtreg/runtime/InvocationTests/invokevirtualTests.java
+ test/hotspot/jtreg/runtime/InvocationTests/shared/AbstractGenerator.java
+ test/hotspot/jtreg/runtime/InvocationTests/shared/AccessCheck.java
+ test/hotspot/jtreg/runtime/InvocationTests/shared/AccessType.java
+ test/hotspot/jtreg/runtime/InvocationTests/shared/ByteArrayClassLoader.java
+ test/hotspot/jtreg/runtime/InvocationTests/shared/Caller.java
+ test/hotspot/jtreg/runtime/InvocationTests/shared/Checker.java
+ test/hotspot/jtreg/runtime/InvocationTests/shared/ExecutorGenerator.java
+ test/hotspot/jtreg/runtime/InvocationTests/shared/GenericClassGenerator.java
+ test/hotspot/jtreg/runtime/InvocationTests/shared/Utils.java
More information about the jdk-changes
mailing list