RFR(M) : 8010124 : JVM_GetClassContext: use GrowableArray instead of KlassLink
Christian Thalinger
christian.thalinger at oracle.com
Tue Jun 11 11:23:14 PDT 2013
Looks good. For testing, the only real user of this method is SecurityManager.checkMemberAccess where the access type is not public.
Thanks for pushing that cleanup.
-- Chris
On Jun 11, 2013, at 10:52 AM, David Chase <david.r.chase at oracle.com> wrote:
> This is an update and application of a leftover patch from Christian Thalinger's bug 7198429 .
> I believe it is intended to accumulate call stacks slightly more quickly; it is not a correctness bug.
>
> There were some minor differences and some parts had already been applied, so it required a hand-apply and line-by-line inspection.
>
> http://cr.openjdk.java.net/~drchase/8010124/webrev.00/
>
> Testing: jtreg locally, JPRT, also hand-tested some applets that attempt to do Bad Things, and they failed.
>
> David
>
More information about the hotspot-compiler-dev
mailing list