Skip to content

sync#1

Merged
mo-beck merged 611 commits intomo-beck:masterfrom
openjdk:master
Oct 22, 2020
Merged

sync#1
mo-beck merged 611 commits intomo-beck:masterfrom
openjdk:master

Conversation

@mo-beck
Copy link
Copy Markdown
Owner

@mo-beck mo-beck commented Oct 22, 2020

No description provided.

jaikiran and others added 30 commits October 8, 2020 10:46
…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
…fterStartDragTest.html test failed

Reviewed-by: shade
…ror: expected [144951656448] but found [144951640064]"

Reviewed-by: alanb, bpb
… Processing

Reviewed-by: stefank, pliden, rehn, neliasso, coleenp, smonteith
…nning TieredCompilation

Reviewed-by: mdoerr, coleenp, iveresov
Reviewed-by: mcimadamore
Reviewed-by: coleenp, dholmes
…DerivedPointerTable' after JDK-8253180

Reviewed-by: shade, eosterlund
Reviewed-by: erikj, aph
Reviewed-by: shade, stefank, tschatzl
wangweij and others added 27 commits October 21, 2020 14:18
…der::inheritedChannel

Reviewed-by: chegar, bpb, alanb
…Critical native functions

Reviewed-by: rehn, mdoerr, zgu
Reviewed-by: kvn, iignatyev, dholmes
…release all locks when leaving VM")

Reviewed-by: sspitsyn, cjplummer
…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
…orStateException: current thread is not owner

Reviewed-by: alanb, chegar, dfuchs
Reviewed-by: dcubed, dholmes
Reviewed-by: dholmes, rrich, dcubed, eosterlund
Reviewed-by: lancea, mr, iris, alanb, darcy, mchung
@mo-beck mo-beck merged this pull request into mo-beck:master Oct 22, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.