Updated 0.46.0 Release note with new features - #19970
Conversation
ff5d7fb to
0926237
Compare
|
@TobiAjila, @pshipton - I have updated the release notes with all the remaining issues that were documented for the 0.46.0 release. Please check and merge. Thanks! |
| <td valign="top"><a href="https://github.com/eclipse-openj9/openj9/pull/19323">#19323</a>, <a href="https://github.com/eclipse-openj9/openj9/pull/19442">#19442</a></td> | ||
| <td valign="top">The <tt>-XX:[+|-]ShareOrphans</tt> option is added to control storing of orphan classes in the shared classes cache.</td> | ||
| <td valign="top">All versions</td> | ||
| <td valign="top">When <tt>-Xshareclasses</tt> was specified, only those class loaders that implemented the OpenJ9's public shared classes cache APIs (and its child class loaders) could store classes to the shared classes cache. Custom class loaders that did not implement these cache APIs cannot pass the module or class path information to the VM. Classes of such class loaders were not stored to the cache. |
There was a problem hiding this comment.
Minor tense changes:
was specified, only the class loaders that implemented the OpenJ9's public shared classes cache APIs (and its child class loaders) could store classes to the shared classes cache. Custom class loaders that did not implement these cache APIs couldn't pass the module or class path information to the VM. Classes of such class loaders were not stored to the cache.
Now, users can enable class sharing from all class loaders, irrespective of whether the class loader implements the shared classes cache API, with the -XX:+ShareOrphans option.
There was a problem hiding this comment.
We avoid using the term "users". I will change the sentence to "Now, you can enable..."
Updated the release note with the remaining issues in 0.46.0 release. A link correction made. [skip ci] Signed-off-by: Sreekala Gopakumar sreekala.gopakumar@ibm.com
0926237 to
a2d1cb5
Compare
|
@tajila - I have incorporated the changes. Please check. Thanks! |
Updated the release note with the remaining issues in 0.46.0 release
[skip ci]
Signed-off-by: Sreekala Gopakumar sreekala.gopakumar@ibm.com