RFR(S) : 8233496 : AOT tests failures with 'java.lang.RuntimeException: Failed to find sun/hotspot/WhiteBox.class'
Igor Ignatyev
igor.ignatyev at oracle.com
Tue Nov 5 16:58:47 UTC 2019
Vladimir, Tobias,
thanks for your review, pushed.
-- Igor
> On Nov 5, 2019, at 8:00 AM, Tobias Hartmann <tobias.hartmann at oracle.com> wrote:
>
> +1
>
> Best regards,
> Tobias
>
> On 04.11.19 22:45, Vladimir Kozlov wrote:
>> Looks good.
>>
>> Thanks
>> Vladimir
>>
>>> On Nov 4, 2019, at 1:33 PM, Igor Ignatyev <igor.ignatyev at oracle.com> wrote:
>>>
>>> http://cr.openjdk.java.net/~iignatyev//8233496/webrev.00/index.html
>>>> 42 lines changed: 0 ins; 6 del; 36 mod;
>>>
>>> Hi all,
>>>
>>> could you please review this small patch for compiler/aot tests? the tests run 'ClassFileInstaller sun.hotspot.WhiteBox' w/o having any preceding actions which build s.h.WhiteBox class, the fix adds sun.hotspot.WhiteBox to the explicit build action and also removes unneeded classes (compiler.aot.AotCompiler and compiler.calls.common.InvokeDynamicPatcher as they are built implicitly by @run) from it.
>>>
>>> JBS: https://bugs.openjdk.java.net/browse/JDK-8233496
>>> webrev: http://cr.openjdk.java.net/~iignatyev//8233496/webrev.00/index.html
>>> testing:
>>> - all compiler/aot tests together on Oracle platforms
>>> - each changed test separately on linux-x64
>>>
>>> Thanks,
>>> -- Igor
>>>
>>>
>>>
>>
More information about the hotspot-compiler-dev
mailing list