Fixed typo in Title#11
Closed
harshjk wants to merge 1 commit intoopenjdk:masterfrom
harshjk:patch-1
Closed
Conversation
|
Welcome to the OpenJDK organization on GitHub! This repository is currently a read-only git mirror of the official Mercurial repository (located at https://hg.openjdk.java.net/). As such, we are not currently accepting pull requests here. If you would like to contribute to the OpenJDK project, please see https://openjdk.java.net/contribute/ on how to proceed. This pull request will be automatically closed. |
3 tasks
cushon
pushed a commit
to cushon/jdk
that referenced
this pull request
Apr 2, 2021
3 tasks
openjdk-notifier Bot
pushed a commit
that referenced
this pull request
May 18, 2021
Add MXCSR save and restore to upcall stubs for non-windows platforms
asotona
added a commit
to asotona/jdk
that referenced
this pull request
Oct 7, 2022
…e and added test (openjdk#11)
3 tasks
JimLaskey
pushed a commit
to JimLaskey/jdk
that referenced
this pull request
Nov 21, 2022
caojoshua
pushed a commit
to caojoshua/jdk
that referenced
this pull request
Mar 21, 2023
* JVM-1754: [PEA] Bad graph detected in build_loop_late After materialization, we used to replace all appearances of the old cooked oop with the new cooked oop along JVMState. This isn't correct if the old cooked oop is alive in the map of an ancester. When C2 encounters a real call, it needs to aggregate debug edges from all ancestors. If we replace the old cook oop in materization before, we may end up with a bad graph. The late control of the new cooked oop is higher than its early control in dominator tree. * Enhance PEAState::print_on(). dump more information for VirtualState. * Deep copy VirtualObject in its clone function. This patch also changes VirtualObject::_nfields from unsigned to signed and makes it in release build. * Extend VirtualState to record diverging state. if is_singleton() returns true, VirtualState is merged. merged VirtualStates are records in _diverged. We normalize "diverging" VirtualState. if fields are all identical, we store 'this' rather than the real pointer of VirtualState. * JVM-1617: [PEA] Merge all virtual objects This patch emits PhiNode for the field which has multiple values. * Reset virtualObject when it copys to a brand new basic block. * Add the unit test MergeAllVirts * Fix release build. * Fix linux-x86-hs-optimized build This build is fastdebug build but also optimized, so ASSERT is not defined. we don't define validate() if ASSERT is not defined. * Dump more information for VirtualObject. * Add a new test for JVM-1798. * JVM-1798: fix VirtualObject We insert phiNode at merging point rather than staging divergent VirtualObjects. * Add yet another test to cover MergeAllVirts; --------- Co-authored-by: Xin Liu <xxinliu@amazon.com>
3 tasks
robehn
pushed a commit
to robehn/jdk
that referenced
this pull request
Aug 15, 2023
robehn
pushed a commit
to robehn/jdk
that referenced
this pull request
Aug 15, 2023
It doesn't work as expected. Local testing didn't catch the failing cases. We really need the proper test suite.. Reverting for now, and once we've proper CI, I'll rework the original patch and make it work. This reverts commit 5be1125.
20 tasks
5 tasks
This was referenced May 17, 2024
3 tasks
This was referenced Jun 4, 2024
3 tasks
This was referenced Jun 20, 2024
3 tasks
3 tasks
3 tasks
3 tasks
3 tasks
4 tasks
martinuy
added a commit
to martinuy/jdk
that referenced
this pull request
Dec 19, 2024
… data. Co-authored-by: Martin Balao Alonso <mbalao@redhat.com> Co-authored-by: Francisco Ferrari Bihurriet <fferrari@redhat.com>
3 tasks
lahodaj
referenced
this pull request
in lahodaj/jdk
Jan 10, 2025
franferrax
added a commit
to martinuy/jdk
that referenced
this pull request
Feb 5, 2025
Make a PKCS openjdk#11 library supporting only CKM_HKDF_DERIVE or CKM_HKDF_DATA to also register the HKDF algorithms. Notice that the corresponding HMAC mechanism is still required. In case only one of the mechanisms is available, KDF::deriveKey or KDF::deriveData will fail at run time. If the user disables one of CKM_HKDF_DERIVE or CKM_HKDF_DATA through sun.security.pkcs11.Config, also refrain from using it. Co-authored-by: Martin Balao Alonso <mbalao@redhat.com> Co-authored-by: Francisco Ferrari Bihurriet <fferrari@redhat.com>
3 tasks
3 tasks
4 tasks
4 tasks
3 tasks
4 tasks
mo-beck
added a commit
to mo-beck/jdk
that referenced
this pull request
Jan 2, 2026
… fix naming - Remove unused method deactivate_region_at() from g1CollectedHeap.hpp - Remove unused method should_uncommit() from g1HeapRegion.hpp - Remove duplicate log message in request_heap_shrink() - Change request_heap_shrink() return type from bool to void - Move _heap_evaluation_task initialization to constructor initializer list - Remove unnecessary assert and init log message - Inline record_activity() method as update_last_access_timestamp() - Rename current_heap variable to current_capacity for clarity Addresses issues #1, #2, openjdk#3, openjdk#4, openjdk#10, openjdk#11, openjdk#14, openjdk#18, openjdk#26 from Thomas review
mo-beck
added a commit
to mo-beck/jdk
that referenced
this pull request
Jan 10, 2026
… fix naming - Remove unused method deactivate_region_at() from g1CollectedHeap.hpp - Remove unused method should_uncommit() from g1HeapRegion.hpp - Remove duplicate log message in request_heap_shrink() - Change request_heap_shrink() return type from bool to void - Move _heap_evaluation_task initialization to constructor initializer list - Remove unnecessary assert and init log message - Inline record_activity() method as update_last_access_timestamp() - Rename current_heap variable to current_capacity for clarity Addresses issues #1, #2, openjdk#3, openjdk#4, openjdk#10, openjdk#11, openjdk#14, openjdk#18, openjdk#26 from Thomas review
8 tasks
openjdk-notifier Bot
pushed a commit
that referenced
this pull request
Mar 10, 2026
Update copyright year.
5 tasks
snake66
added a commit
to snake66/jdk
that referenced
this pull request
Apr 20, 2026
Backport BSD related fixes from mainline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.