RFR (M): JDK-8038587: [TESTBUG] Create CDS tests to exercise region sizes and classlist

David Holmes david.holmes at oracle.com
Tue Apr 1 05:46:19 UTC 2014


Hi Misha,

On 28/03/2014 5:34 AM, Mikhailo Seledtsov wrote:
> Please review these 3 new CDS tests, an ongoing effort in implementation
> of the CDS test specification.
>
>      JBS: https://bugs.openjdk.java.net/browse/JDK-8038587
>      Webrev: http://cr.openjdk.java.net/~mseledtsov/8038587/webrev.00/
>      Testing:
>          Local testing on multiple platforms
>          JPRT to exercise the added tests:
> 2014-03-27-184953.mseledtsov.cds (PASS)
>          These tests found 2 bugs, and one potential issue

I don't quite get the point of the ClassListExerciser test. The 
classlist may well contain classes that do not exist, or that can not be 
instantiated in the test context, even if they have a no-arg 
constructor. Simply creating an archive "exercises" the classlist, so 
I'm really not sure what this test is intending to test.

Also this test won't work with SE Embedded as we have a customized 
default classlist for the Embedded stack.

Thanks,
David

> Thank you,
> Misha


More information about the hotspot-runtime-dev mailing list