On Tue, 7 Feb 2023 08:27:57 GMT, SUN Guoyun <d...@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