Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8321479: java -D-D crashes #17115

Closed

Conversation

calvinccheung
Copy link
Member

@calvinccheung calvinccheung commented Dec 14, 2023

A simple fix just removing an assert.
Also added a jtreg test.

Passed tier1 testing.


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/17115/head:pull/17115
$ git checkout pull/17115

Update a local copy of the PR:
$ git checkout pull/17115
$ git pull https://git.openjdk.org/jdk.git pull/17115/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 17115

View PR using the GUI difftool:
$ git pr show -t 17115

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/17115.diff

Webrev

Link to Webrev Comment

@calvinccheung
Copy link
Member Author

/label add hotspot-runtime

@bridgekeeper
Copy link

bridgekeeper bot commented Dec 14, 2023

👋 Welcome back ccheung! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@calvinccheung calvinccheung marked this pull request as ready for review December 14, 2023 23:22
@openjdk openjdk bot added rfr Pull request is ready for review hotspot-runtime hotspot-runtime-dev@openjdk.org labels Dec 14, 2023
@openjdk
Copy link

openjdk bot commented Dec 14, 2023

@calvinccheung
The hotspot-runtime label was successfully added.

@mlbridge
Copy link

mlbridge bot commented Dec 14, 2023

Webrevs

Copy link
Member

@dholmes-ora dholmes-ora left a comment

Choose a reason for hiding this comment

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

Looks good.

Thanks

@openjdk
Copy link

openjdk bot commented Dec 15, 2023

@calvinccheung 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:

8321479: java -D-D crashes

Reviewed-by: dholmes, iklam

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 50 new commits pushed to the master branch:

  • 87ef733: 8321958: @param/@return descriptions of ZoneRules#isDaylightSavings() are incorrect
  • 05f7f0a: 8321288: [JVMCI] HotSpotJVMCIRuntime doesn't clean up WeakReferences in resolvedJavaTypes
  • 6311dab: 8322018: Test java/lang/String/CompactString/MaxSizeUTF16String.java fails with -Xcomp
  • bdebf19: 8322175: test/langtools/tools/javac/classreader/BadMethodParameter.java doesn't compile
  • 20de541: 8322040: Missing array bounds check in ClassReader.parameter
  • b31454e: 8322098: os::Linux::print_system_memory_info enhance the THP output with /sys/kernel/mm/transparent_hugepage/hpage_pmd_size
  • 0be0775: 8320397: RISC-V: Avoid passing t0 as temp register to MacroAssembler:: cmpxchg_obj_header/cmpxchgptr
  • 6dfb812: 8321823: Remove redundant PhaseGVN transform_no_reclaim
  • a7dde57: 8322057: Memory leaks in creating jfr symbol array
  • 692be57: 8322065: Initial nroff manpage generation for JDK 23
  • ... and 40 more: https://git.openjdk.org/jdk/compare/ce4b257fa539d35a7d14bba2d5d3342093d714e1...master

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Dec 15, 2023
Copy link
Member

@iklam iklam left a comment

Choose a reason for hiding this comment

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

LGTM

@calvinccheung
Copy link
Member Author

Thanks @dholmes-ora @iklam for the reviews.

/integrate

@openjdk
Copy link

openjdk bot commented Dec 15, 2023

Going to push as commit dcdcd48.
Since your change was applied there have been 50 commits pushed to the master branch:

  • 87ef733: 8321958: @param/@return descriptions of ZoneRules#isDaylightSavings() are incorrect
  • 05f7f0a: 8321288: [JVMCI] HotSpotJVMCIRuntime doesn't clean up WeakReferences in resolvedJavaTypes
  • 6311dab: 8322018: Test java/lang/String/CompactString/MaxSizeUTF16String.java fails with -Xcomp
  • bdebf19: 8322175: test/langtools/tools/javac/classreader/BadMethodParameter.java doesn't compile
  • 20de541: 8322040: Missing array bounds check in ClassReader.parameter
  • b31454e: 8322098: os::Linux::print_system_memory_info enhance the THP output with /sys/kernel/mm/transparent_hugepage/hpage_pmd_size
  • 0be0775: 8320397: RISC-V: Avoid passing t0 as temp register to MacroAssembler:: cmpxchg_obj_header/cmpxchgptr
  • 6dfb812: 8321823: Remove redundant PhaseGVN transform_no_reclaim
  • a7dde57: 8322057: Memory leaks in creating jfr symbol array
  • 692be57: 8322065: Initial nroff manpage generation for JDK 23
  • ... and 40 more: https://git.openjdk.org/jdk/compare/ce4b257fa539d35a7d14bba2d5d3342093d714e1...master

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Dec 15, 2023
@openjdk openjdk bot closed this Dec 15, 2023
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Dec 15, 2023
@openjdk
Copy link

openjdk bot commented Dec 15, 2023

@calvinccheung Pushed as commit dcdcd48.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

@calvinccheung calvinccheung deleted the 8321479-bad-property branch December 15, 2023 19:07
@calvinccheung
Copy link
Member Author

/backport jdk22

@openjdk
Copy link

openjdk bot commented Jan 16, 2024

@calvinccheung the backport was successfully created on the branch backport-calvinccheung-dcdcd48d in my personal fork of openjdk/jdk22. To create a pull request with this backport targeting openjdk/jdk22: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 dcdcd48d from the openjdk/jdk repository.

The commit being backported was authored by Calvin Cheung on 15 Dec 2023 and was reviewed by David Holmes and Ioi Lam.

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/jdk22:

$ git fetch https://github.com/openjdk-bots/jdk22.git backport-calvinccheung-dcdcd48d:backport-calvinccheung-dcdcd48d
$ git checkout backport-calvinccheung-dcdcd48d
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk22.git backport-calvinccheung-dcdcd48d

⚠️ @calvinccheung You are not yet a collaborator in my fork openjdk-bots/jdk22. An invite will be sent out and you need to accept it before you can proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotspot-runtime hotspot-runtime-dev@openjdk.org integrated Pull request has been integrated
Development

Successfully merging this pull request may close these issues.

3 participants