[JDK 11] RFR 8195981: Move some tests to OpenJDK for jdk_lang test group
mandy chung
mandy.chung at oracle.com
Fri Feb 2 18:36:53 UTC 2018
On 2/2/18 7:02 AM, Amy Lu wrote:
> Please review the patch to move some tests to OpenJDK for jdk_lang
> test group.
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8195981
> webrev: http://cr.openjdk.java.net/~amlu/8195981/webrev.00/
>
>
I suggest to merge jdk/vm/misc and jdk/vm/monitor directory and
rename to jdk/vm/runtime which avoids "misc" a dumping group
and is explicit that this directory is for runtime-related tests.
JITClassInit.java seems a JIT related test and maybe moved it
to jdk/vm/jit.
ExceptionInInit.java
Can you reformat the comment block line 59-95 where some lines
should be merged into the line above.
Bug4404588.java can be renamed to reflect what this test does.
What about renaming it to
java/lang/Character/UnicodeBlock/SpecialsUnicodeBlock.java?
Otherwise, looks okay.
Mandy
More information about the core-libs-dev
mailing list