[9] RFR 8072369: [TESTBUG] Remove potentially insecure class cast in some hotspot tests
Konstantin Shefov
konstantin.shefov at oracle.com
Fri Oct 2 12:11:26 UTC 2015
Please, review the test bug fix.
-Konstantin
On 09/09/2015 04:16 PM, Konstantin Shefov wrote:
> Description of the fix.
> Some tests in hotspot repo use class cast from Application class
> loader to URLClassLoader, but Application class loader is not
> guaranteed to be always an instance of a URLClassLoader.
> The tests should be changed so that they do not cast appclassloader to
> URLClassLoader.
>
> -Konstantin
>
> On 09/08/2015 07:01 PM, Konstantin Shefov wrote:
>> Hello
>>
>> Please review a test bug fix.
>>
>> JBS entry: https://bugs.openjdk.java.net/browse/JDK-8072369
>> Webrev: http://cr.openjdk.java.net/~kshefov/8072369/webrev.00
>>
>> Thanks
>> -Konstantin
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20151002/94540205/attachment-0001.html>
More information about the hotspot-compiler-dev
mailing list