RFR : 8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible.
Seán Coffey
sean.coffey at oracle.com
Thu Jan 8 14:41:17 UTC 2015
I've taken suggested test code from Daniel and am looking to backport
8066612 to jdk7u-dev. The test differs slightly in that it used the
non-lambda approach (ClassNameListBuilder)
I've reduced the number of run counts also (one ovm run for secure and
one for non-secure mode) - As a result and given the large number of
classes loaded, I've bumped PermSize up to 128m - no harm to stress that
side of things also I guess.
Test passes on all JPRT platforms. I'll revert to smaller class load
counts if issues are seen with this test approach.
webrev : http://cr.openjdk.java.net/~coffeys/webrev.8066612.jdk7u/webrev/
bug ID : https://bugs.openjdk.java.net/browse/JDK-8066612
regards,
Sean.
More information about the core-libs-dev
mailing list