On Fri, 3 Feb 2023 03:52:39 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. This pull request has now been integrated. Changeset: 6f9f2b5d Author: sunguoyun <sunguo...@loongson.cn> Committer: Roger Riggs <rri...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/6f9f2b5d379315b6452718ccd7c5c953a6eff5d4 Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp Reviewed-by: rriggs ------------- PR: https://git.openjdk.org/jdk/pull/12399