[11] RFR(S): 8195695: NativeLibraryTest.java fails w/ 'Expected unloaded=1 but got=0'
Tobias Hartmann
tobias.hartmann at oracle.com
Fri Feb 2 08:11:03 UTC 2018
Hi Vladimir,
>>> On 2/02/2018 6:01 AM, Vladimir Kozlov wrote:
>>>> Increase wait time will not always work.
I've decided to go with increasing the wait time because there are other flags that might slow down execution (for
example, -XX:+DeoptimizeALot, -XX:+AggressiveOpts, ...) but excluding -Xcomp should be fine for now.
>> Yes, skipping it for -Xcomp is also acceptable:
>>
>> @requires vm.compMode != "Xcomp"
Okay, here's the new webrev:
http://cr.openjdk.java.net/~thartmann/8195695/webrev.01/
Thanks,
Tobias
More information about the hotspot-dev
mailing list