Skip to content

Commit

Permalink
Merge pull request #14060 from EricYangIBM/docEnsureHashed
Browse files Browse the repository at this point in the history
Add release documentation for java option `-XX:[+|-]EnsureHashed`
  • Loading branch information
tajila committed Dec 3, 2021
2 parents eba5fd4 + 8c45659 commit 0f92184
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/release-notes/0.30/0.30.md
Expand Up @@ -55,6 +55,13 @@ The following table covers notable changes in v0.30.0. Further information about
<td valign="top">If any arguments are ignored, the group is introduced with <tt>1CIIGNOREDARGS</tt>, followed by a line beginning with <tt>2CIIGNOREDARG</tt> for each ignored argument.</td>
</tr>

<tr>
<td valign="top"><a href="https://github.com/eclipse-openj9/openj9/pull/14042">#14042</a></td>
<td valign="top">New <tt>-XX:[+|-]EnsureHashed</tt> option added</td>
<td valign="top">All versions</td>
<td valign="top">This option specifies/unspecifies classes of objects that will be hashed and extended with a hash slot upon object creation or first move. This option may improve performance for applications that frequently hash objects of a certain type.</td>
</tr>

</tbody>
</table>

Expand Down

0 comments on commit 0f92184

Please sign in to comment.