You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- sets -XX:+UseCompactObjectHeaders which is supported from JDK 25 and
later
- NB sets XX:+IgnoreUnrecognizedVMOptions already which means it will
be silently ignored on older JDKs
- (experimental on EOL JDK 24, but it won't enable there without also
setting the flag to enable experimental options - which we don't do)
tested it on NB since JDK 24 without issues
0 commit comments