sync#1
Merged
mo-beck merged 611 commits intomo-beck:masterfrom Oct 22, 2020
Merged
Conversation
…aySizeException Reviewed-by: bchristi, lancea
Reviewed-by: rehn, dcubed, dholmes, stuefe
…ive Node limit exceeded limit Record nodes as dead in Node::destruct() if their index cannot be directly reclaimed. This prevents the "Live Node limit exceeded limit" assertion failure by improving the accuracy of Compile::live_nodes() when "hook" nodes in ConvI2LNode::Ideal() are created and deleted non-consecutively. This addition might result in multiple calls to compile::record_dead_node() for the same node (e.g. from PhaseIdealLoop::spinup()), but this is safe, as compile::record_dead_node() is idempotent. Reviewed-by: neliasso, thartmann
…esult on x86 Reviewed-by: thartmann
Reviewed-by: redestad, rriggs, chegar
Reviewed-by: rkennke
…fterStartDragTest.html test failed Reviewed-by: shade
…ror: expected [144951656448] but found [144951640064]" Reviewed-by: alanb, bpb
Reviewed-by: shade
…torenter Reviewed-by: shade, rrich
Reviewed-by: prr, pbansal
Reviewed-by: vromero
… Processing Reviewed-by: stefank, pliden, rehn, neliasso, coleenp, smonteith
Reviewed-by: rwestberg, erikj, dholmes
Reviewed-by: shade, sjohanss
…nning TieredCompilation Reviewed-by: mdoerr, coleenp, iveresov
Reviewed-by: mcimadamore
Reviewed-by: coleenp, dholmes
Reviewed-by: cjplummer, sspitsyn
Reviewed-by: lucy
Reviewed-by: rkennke
Reviewed-by: shade
…DerivedPointerTable' after JDK-8253180 Reviewed-by: shade, eosterlund
…producible) Reviewed-by: bobv, shade
Reviewed-by: erikj, aph
Reviewed-by: iignatyev, lmesnik
Reviewed-by: asemenyuk, almatvee, kizune
…HAS_FORWARDED Reviewed-by: shade, zgu
Reviewed-by: shade, stefank, tschatzl
…atic archive Reviewed-by: iklam, mchung
Reviewed-by: valeriep
Reviewed-by: rkennke
…der::inheritedChannel Reviewed-by: chegar, bpb, alanb
…insics Reviewed-by: kvn, thartmann
…eds to be Intrinsic) Reviewed-by: bpb
Reviewed-by: rkennke
Reviewed-by: kvn
Reviewed-by: rkennke
…Critical native functions Reviewed-by: rehn, mdoerr, zgu
Reviewed-by: redestad, shade, azeemj
Reviewed-by: kvn, iignatyev, dholmes
Reviewed-by: ihse
Reviewed-by: vlivanov, darcy
Reviewed-by: xuelei
…release all locks when leaving VM") Reviewed-by: sspitsyn, cjplummer
Reviewed-by: psandoz
…moryLeaks.java on all L&F Reviewed-by: kizune
Co-authored-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Co-authored-by: Dong Bo <dongbo4@huawei.com> Reviewed-by: aph, kvn
Reviewed-by: serb, pbansal
…a fails in mach5 Reviewed-by: prr
…orStateException: current thread is not owner Reviewed-by: alanb, chegar, dfuchs
Reviewed-by: dcubed, dholmes
Reviewed-by: shade
Reviewed-by: dholmes, rrich, dcubed, eosterlund
…austed Reviewed-by: adinn
…n controller combinations Reviewed-by: bobv
Reviewed-by: lancea, mr, iris, alanb, darcy, mchung
mo-beck
added a commit
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
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
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.