-
Notifications
You must be signed in to change notification settings - Fork 61
8298061: vmTestbase/nsk/sysdict/vm/stress/btree/btree012/btree012.java failed with "fatal error: refcount has gone to zero" #58
Conversation
…a failed with "fatal error: refcount has gone to zero"
👋 Welcome back coleenp! A progress list of the required criteria for merging this PR into |
Webrevs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@coleenp This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 5 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable. Thanks.
Thanks for the reviews, Ioi and David. |
Going to push as commit 03d9927.
Your commit was automatically rebased without conflicts. |
Please review this limited fix to make symbol refcount not go to zero for the placeholder supername field. This supername field is to detect ClassCircularityError for parallel capable class loaders without deadlocking.
ie. t1 : Class A (lock object for A) -> super B (wait for lock object for B)
t2: Class B (lock object for B) -> super A (wait for lock object for A).
We get the supername field out of the placeholder table to do the check for super class CCE but the reference count in the placeholder table for this name can be one. The fix is not to decrement and increment if the name is the same.
Retesting with tier1-4 in progress.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk20 pull/58/head:pull/58
$ git checkout pull/58
Update a local copy of the PR:
$ git checkout pull/58
$ git pull https://git.openjdk.org/jdk20 pull/58/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 58
View PR using the GUI difftool:
$ git pr show -t 58
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk20/pull/58.diff