Eclipse release plan: https://projects.eclipse.org/projects/technology.openj9/releases/0.48.0
Release details:
Branch name: v0.48.0-release
Tag: openj9-0.48.0
Repo SHAs:
OpenJ9: eclipse-openj9/openj9@1d58314
OMR: d10a4d5
For details about the release and release candidates, please see: https://github.com/eclipse/openj9/blob/master/doc/processes/release_process.md
For the list of OpenJ9 changes see https://github.com/eclipse/openj9/releases/tag/openj9-0.48.0
OMR Changes from 0.47.0
5e425eb..d10a4d5
d10a4d5 (0.48) Use fallocate instead of ftruncate Christian Despres #215
56cbcb6 Add the correct address as ClassUnloading PicSite in POWER LE Abdulrahman Alattas #214
61b10e6 Guarantee new array will be zero initialized in transformArrayCloneCall (0.48) Dylan Tuttle #213
f8f0d78 Fix underestimation of array length in constrainAload (0.48) Dylan Tuttle #212
cfe6789 Rename TR_ReinstallAOTToColdCode to TR_InstallAOTToColdCode Gita Koblents eclipse-omr/omr#7440
02a32b4 Add TR_ReinstallAOTToColdCode option Gita Koblents eclipse-omr/omr#7436
2db91fd Update node uncommoning for offHeap Shubham Verma eclipse-omr/omr#7437
9ccff3c Revert "Add Xgc options for suballocator heap size and quick allocation" Peter Shipton eclipse-omr/omr#7433
21d60a7 Revert invocations of cpu util calculation Aleksandar Micic eclipse-omr/omr#7431
382516c Reinstate original VPClass::mustBeNotEqual() logic temporarily Devin Papineau eclipse-omr/omr#7430
bdfb2d5 Add missing attribute cpu-util/id Keith W. Campbell eclipse-omr/omr#7429
11b61af Add Xgc options for suballocator heap size and quick allocation Nathan Henderson eclipse-omr/omr#7414
cc9645b Modifications for Off-Heap Technology for Large Arrays hulin eclipse-omr/omr#7421
192bfd4 Make a minor correction to improved VPClass::mustBeNotEqual() Devin Papineau eclipse-omr/omr#7428
fbea15f x86: Add pmovsxwd and pmovsxbd instructions Bradley Wood eclipse-omr/omr#7412
4a25bae Improve VPClass::mustBeNotEqual() Devin Papineau eclipse-omr/omr#7425
a0f9acd Fix and improve debug counters for failed call sites Devin Papineau eclipse-omr/omr#7410
a2c5742 Annotate failCompilation with OMR_NORETURN Christian Despres eclipse-omr/omr#7404
78ed06f Fix definition of gc-start element Keith W. Campbell eclipse-omr/omr#7424
1a724b5 Remove dead code from S390Debug.cpp Gaurav Chaudhari eclipse-omr/omr#7418
d18121d Add J9HookInterface.J9HookUnreserve() to clear flag J9HOOK_FLAG_RESERVED Jason Feng eclipse-omr/omr#7422
6002b4a CPU and process util stats Frank Kang eclipse-omr/omr#7420
56cb81f Remove OMR_GC_DOUBLE_MAPPING_FOR_SPARSE_HEAP_ALLOCATION Jon Oommen eclipse-omr/omr#7409
3223d8d Replace shifts and rotations of constant 0 with constant 0 Dylan Tuttle eclipse-omr/omr#7398
37dce37 Add OMRRSSReport.cpp to UMA build configs Irwin D'Souza eclipse-omr/omr#7406
de311dd Implement RSSReport class Gita Koblents eclipse-omr/omr#7349