RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp
SUN Guoyun
duke at openjdk.org
Mon Feb 6 02:49:49 UTC 2023
On Fri, 3 Feb 2023 15:52:09 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> Hi all,
>> When -Xcomp be used, java thread to block for longer, then causing this test failed frequently on the AArch64 and LoongArch64 architecture.
>>
>> This PR fix the issue, Please help review it.
>>
>> Thanks.
>
> test/jdk/java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java line 41:
>
>> 39: /*
>> 40: * @test
>> 41: * @run testng/othervm -Dsun.net.httpserver.idleInterval=50000 FilterUROTest
>
> This test doesn't seem to be using an HttpServer so setting this system property seems useless as it should have no effect.
Sorry, I was mistaken. I'll fix it later
-------------
PR: https://git.openjdk.org/jdk/pull/12399
More information about the core-libs-dev
mailing list