Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8282295: SymbolPropertyEntry::set_method_type fails with assert
Reviewed-by: hseigel
  • Loading branch information
coleenp committed Mar 8, 2022
1 parent 0cbc4b8 commit 3e4dfc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/memory/universe.cpp
Expand Up @@ -1248,6 +1248,7 @@ bool Universe::release_fullgc_alot_dummy() {
if (_fullgc_alot_dummy_next >= fullgc_alot_dummy_array->length()) {
// No more dummies to release, release entire array instead
_fullgc_alot_dummy_array.release(Universe::vm_global());
_fullgc_alot_dummy_array = OopHandle(); // NULL out OopStorage pointer.
return false;
}

Expand Down

5 comments on commit 3e4dfc6

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin
Copy link
Member

@GoeLin GoeLin commented on 3e4dfc6 Mar 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk17u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 3e4dfc6 Mar 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin The target repository jkd17u-dev is not a valid target for backports.
List of valid target repositories: openjdk/jdk11u, openjdk/jdk11u-dev, openjdk/jdk12u, openjdk/jdk13u, openjdk/jdk13u-dev, openjdk/jdk14u, openjdk/jdk15u, openjdk/jdk15u-dev, openjdk/jdk16u, openjdk/jdk17u, openjdk/jdk17u-dev, openjdk/jdk18, openjdk/jdk18u, openjdk/jdk7u, openjdk/jdk8u-dev.
Supplying the organization/group prefix is optional.

@GoeLin
Copy link
Member

@GoeLin GoeLin commented on 3e4dfc6 Mar 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk17u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 3e4dfc6 Mar 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin the backport was successfully created on the branch GoeLin-backport-3e4dfc63 in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit 3e4dfc63 from the openjdk/jdk repository.

The commit being backported was authored by Coleen Phillimore on 8 Mar 2022 and was reviewed by Harold Seigel.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u-dev:

$ git fetch https://github.com/openjdk-bots/jdk17u-dev GoeLin-backport-3e4dfc63:GoeLin-backport-3e4dfc63
$ git checkout GoeLin-backport-3e4dfc63
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev GoeLin-backport-3e4dfc63

Please sign in to comment.