RFR 8058927: ATG throws ClassNotFoundException
Daniel D. Daugherty
daniel.daugherty at oracle.com
Fri Sep 26 12:59:19 UTC 2014
On 9/25/14 8:05 PM, Coleen Phillimore wrote:
>
> Thanks for pointing out I cut/pasted the wrong webrevs. Here they are:
>
> open webrev at http://cr.openjdk.java.net/~coleenp/8058927/
src/share/vm/classfile/javaClasses.cpp
No comments.
src/share/vm/oops/arrayKlass.cpp
No comments.
test/runtime/LoadClass/ShowClassLoader.java
Extra space before last ')' on lines 38-39.
I'm curious why the test shows the classloader for Object[]
but doesn't use it for anything else...
Thumbs up.
Dan
> bug link https://bugs.openjdk.java.net/browse/JDK-8058927
>
> Thanks,
> Coleen
>
> On 9/25/14, 7:33 PM, Coleen Phillimore wrote:
>> Summary: ClassLoader for array klass was set to null and not the
>> class loader of the component type.
>>
>> open webrev at http://cr.openjdk.java.net/~coleenp/8058843
>> bug link https://bugs.openjdk.java.net/browse/JDK-8058843
>>
>> See bug for more details.
>>
>> Ran testbase, jtreg and jck tests, not that they found this bug in
>> the first place. Boris verified the fix with ATG.
>>
>> Thank you to David Holmes for finding it through visual inspection of
>> the original change.
>>
>> Thanks,
>> Coleen
>
More information about the hotspot-runtime-dev
mailing list