RFR (XS) 8076236: VM permits illegal flags for class init method
Christian Tornqvist
christian.tornqvist at oracle.com
Thu Apr 2 12:50:55 UTC 2015
Hi Harold,
This looks good, thanks for fixing this.
Thanks,
Christian
-----Original Message-----
From: hotspot-runtime-dev [mailto:hotspot-runtime-dev-bounces at openjdk.java.net] On Behalf Of harold seigel
Sent: Wednesday, April 1, 2015 8:11 AM
To: hotspot dev runtime
Subject: RFR (XS) 8076236: VM permits illegal flags for class init method
Hi,
Please review this small fix for JDK-8076236. The fix moves the check for multiple access flags so that it covers all methods in a class including instance initialization methods.
Open webrev: http://cr.openjdk.java.net/~hseigel/bug_8076236/
JBS Bug: https://bugs.openjdk.java.net/browse/JDK-8076236
The fix was tested with the JCK lang, vm, and api tests, hotspot jtreg tests, testbase split_verifier and quick tests, and the test cases provided in the bug. No new tests are included with this fix because new JCK tests will test this.
Thanks, Harold
More information about the hotspot-runtime-dev
mailing list