RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v3]

Roger Riggs rriggs at openjdk.org
Tue Feb 7 20:50:14 UTC 2023


On Tue, 7 Feb 2023 08:27:57 GMT, SUN Guoyun <duke at openjdk.org> wrote:

>> Hi all,
>> When -Xcomp be used, this testcase will use more codecaches, causing the GC to be triggered early, then causing this test failed on LoongArch64 architecture.
>> 
>> This PR fix the issue, Please help review it.
>> 
>> Thanks.
>
> SUN Guoyun has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp

I'm going to backup a bit; so another question...
This test is a fairly simple test that should not be taxing on GC or any other resource so I'm surprised the the default configuration is not sufficient.  It might be worth looking a bit deeper into the GC vs Xcomp conditions and the interplay with "looongaarch64".
I can't help much there, not being familiar with details of GC or the compiler.

-------------

PR: https://git.openjdk.org/jdk/pull/12399


More information about the core-libs-dev mailing list