-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update latest release section for 0.49.0 #369
Comments
First draft (0.48.0 content is live at https://www.eclipse.org/openj9). Note: this isn't an exhaustive list of all the changes, just the main ones:
|
@pshipton @vijaysun-omr - Are there any performance updates that you want to highlight in the website? |
Anything to be added here? |
Nothing from me. |
I think "A new option, -XX:[+|-]FlightRecorder is added to enable or disable the Java Flight Recorder (JFR) tool in the VM." should be phrased differently. It's not the option that is important, but that JFR preview support is available on the two platforms, and can be enabled via jcmd. |
Similarly the shared classes cache generation number item. Nobody cares why it was incremented, the important part is that obsolete shared caches should be deleted. |
@pshipton - I need a clarification. In the eclipse-openj9/openj9#20854 issue, it is mentioned that
So, does that mean that JFR support was always there before this release but the ability to disable with this option was added in this release? If so, then would we have to emphasise the fact that JFR can be enabled via jcmd on these 2 platforms rather than that "JFR preview support is available on the two platforms"? Thanks! |
@tajila fyi This is the first release where JFR support is available (other than the special preview put out in Dec). It's enabled by default, although |
I don't have anything specific to call out, since we did a collection of smaller improvements is my sense. @mpirvu @0xdaryl @zl-wang @r30shah @jasonkatonica in case anything stands out for us to call out. |
POWER11 CPU recognition and exploitation was added in 0.49 |
So, does this count as an update in this release that needs to be highlighted or can I delete it from this list? Thanks! |
Could you please provide a little more clarity about what exactly is the performance highlight here? Any other word that can replace "exploitation"? Thanks! |
Rephrased as: In order to achieve optimal performance on new hardware, POWER11 CPU recognition and exploitation was added in 0.49 word exploitation is the right word in context (CPU feature exploitation .... that has been the expression we used ever). |
The part we want to highlight is - To save space, all existing shared caches can be removed unless they are in use by an earlier release. For more information, see Housekeeping and -Xshareclasses. |
Nothing major on Z apart from the smaller improvement changes that recognizes and accelerate certain intrinsic candidates on Z. |
Nothing special from the control point of view. A couple of changes are protected by options as they are experimental and not enabled by default (AOT support for method handles and AOT load based on dependencies). |
There are no new openj9 updates for the semeru distributed security components. |
Another clarification required :) Wasn't this removal of all existing shared caches unless they are in use by an earlier release an existing capability? So, is this specific to this release? |
It's not a capability or a new feature, it's something the user should do. The cache generation was incremented which will leave existing caches orphaned on the machines using disk space. The user should take action and remove them. |
I have updated. Please check and confirm. Thanks! |
@pshipton - I have made the changes. Please check and confirm. Thanks! |
This seems awkward: The shared classes cache generation number is incremented because of which the VM creates a new shared classes cache, rather than re-creating or reusing an existing cache. I suggest: The shared classes cache generation number is incremented causing the VM to create new shared caches, rather than re-creating or reusing existing caches. |
eclipse-openj9/openj9-website#369 Updated latest release section for 0.49.0 in website. Closes #369 Signed-off-by: Sreekala Gopakumar <[email protected]>
eclipse-openj9/openj9-website#369 Updated latest release section for 0.49.0 in website. Closes #369 Signed-off-by: Sreekala Gopakumar <[email protected]>
What's New update for the website, for 0.49.0 (February 2025)
The text was updated successfully, but these errors were encountered: