Yi Yang

Results 4 issues of Yi Yang

Hi can I have a review for this fix? LoadBNode::Ideal crashes after performing GVN right after EA. The bad IR is as follows: ![image](https://user-images.githubusercontent.com/5010047/183106710-3a518e5e-0b59-4c3c-aba4-8b6fcade3519.png) The memory input of Load#971 is...

rfr
hotspot-compiler

We've received feedback from users of cloud APM platform wanting the new version of the JDK to allow the HotSpotDiagnosticMXBean.dumpHeap underpinnings to reduce STW time using sgemented heapdump. Supporting segmented...

rfr
serviceability
hotspot-runtime

Implement Pettis&Hanse's greedy algorithm, i.e. bottom-up variant Fixes #66420

### Proposal Details Fine-grained performance metrics (such as L1-iTLB, IPC, branch-load, branch-load-miss, etc.) and optimization experiments(#63670) have repeatedly shown that block layout can noticably impact code execution efficiency. In contrast...

Performance
NeedsInvestigation
compiler/runtime