Skip to content

Commit

Permalink
[GR-19020] Process Cleanables after garbage collection.
Browse files Browse the repository at this point in the history
PullRequest: graal/4739
  • Loading branch information
christianhaeubl committed Oct 31, 2019
2 parents 8f1954e + c374f33 commit f538d2c
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 224 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ static void distributeReferences() {
trace.string(" dr: ").object(dr).newline();
if (dr instanceof FeebleReference<?>) {
final FeebleReference<?> fr = (FeebleReference<?>) dr;
/*
* For GR-14335: Rather than getting a NullPointerException, print out some
* values.
*/
if (fr.hasList()) {
final FeebleReferenceList<?> frList = fr.getList();
if (frList != null) {
Expand Down
Loading

0 comments on commit f538d2c

Please sign in to comment.