diff --git a/doc/release-notes/0.30/0.30.md b/doc/release-notes/0.30/0.30.md index 1c1a4e791e1..b26521f69fc 100644 --- a/doc/release-notes/0.30/0.30.md +++ b/doc/release-notes/0.30/0.30.md @@ -55,6 +55,13 @@ The following table covers notable changes in v0.30.0. Further information about If any arguments are ignored, the group is introduced with 1CIIGNOREDARGS, followed by a line beginning with 2CIIGNOREDARG for each ignored argument. + +#14042 +New -XX:[+|-]EnsureHashed option added +All versions +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. + +