RFR: 8339701: Test TestPinCaseWithCFLH.java fails with -Xcomp
SendaoYan
syan at openjdk.org
Mon Sep 9 09:29:06 UTC 2024
On Mon, 9 Sep 2024 09:18:24 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> I assume the sleep or System.gc is just delaying the install of the transformer. I think this issue will require more investigation. The "main" method hasn't run so I assume the issue is nothing to do with virtual threads and the diagnostic option, instead it's the transformer being invoked for launcher classes and this seems to be racing with other initialization, leading to the ClassCircularityError.
Okey, I will investigate the ClassCircularityError reason. Before that I think I should set this PR as draft status. Sorry for that.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20906#issuecomment-2337598976
More information about the serviceability-dev
mailing list