RFR: 8286066: assert(k != __null) failed: klass not loaded caused by FillerObject_klass [v8]
David Holmes
dholmes at openjdk.java.net
Thu May 5 02:38:26 UTC 2022
On Thu, 5 May 2022 02:00:29 GMT, Jie Fu <jiefu at openjdk.org> wrote:
>> Actually that might be overkill for this simple case ... I wonder if @iklam could comment?
>>
>> hello.jsa is a bit of a weird name to use though :)
>
>> Use ` TestCommon.getCurrentArchiveName()` to get a unique name to use.
>
> Hi @dholmes-ora , I didn't get the point why we need to get a unique name.
> What's the problem if we always use the same name?
> Thanks.
We had issues in the past with tests running concurrently IIRC . I'm not sure if this is still an issue if the test working directory is already unique. @iklam should remember the details. We put in a lot of support code to make sure things always worked smoothly.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8519
More information about the hotspot-gc-dev
mailing list