Re: RFR: 8352075: Perf regression accessing fields [v4]

2025-05-11 Thread Radim Vansa
On Fri, 9 May 2025 21:22:15 GMT, Coleen Phillimore wrote: > ``` > 84 assert(compare_symbols(fields->adr_at(i - 1)->name(constants), > fields->adr_at(i)->name(constants)) < 0, "Fields should be sorted"); > ``` > > Happens with names matching (not signatures). How does the same name for

Re: RFR: 8338977: Parallel: Improve heap resizing heuristics

2025-05-11 Thread Guoxiong Li
On Fri, 2 May 2025 10:23:25 GMT, Albert Mingkun Yang wrote: > This patch refines Parallel's sizing strategy to improve overall memory > management and performance. > > The young generation layout has been reconfigured from the previous > `eden-from/to` arrangement to a new `from/to-eden` order