RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp
Roger Riggs
rriggs at openjdk.org
Fri Feb 3 15:09:51 UTC 2023
On Fri, 3 Feb 2023 03:52:39 GMT, SUN Guoyun <duke 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.
What is the connection between -Xcomp and the fix: `-Dsun.net.httpserver.idleInterval=50000`?
The test does not use httpserver. Perhaps jtreg /agent does, but an explanation of the interaction would be appreciated.
-------------
PR: https://git.openjdk.org/jdk/pull/12399
More information about the core-libs-dev
mailing list