On Thu, 11 Jun 2026 15:35:48 GMT, Viktor Klang <[email protected]> wrote:
>> David Simms has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 2799 commits: >> >> - Merge remote-tracking branch 'valhalla/lworld' into 8317277 >> - 8386239: [lworld] Update jdk/java/util/Arrays/ArraysEqCmpTest.java >> >> Reviewed-by: liach >> - 8386242: [lworld] Simplify and clarify StrictProcessor >> >> Reviewed-by: dsimms >> - 8386140: [lworld] FieldReflector using wrong Class argument >> >> Reviewed-by: alanb, dsimms >> - 8386216: [lworld] Rollback meaningless diff in EventClassBuilder >> >> Reviewed-by: dsimms >> - Merge remote-tracking branch 'valhalla/lworld' into 8317277 >> - 8385170: [lworld] Serialization spec needs to allow abstract value >> classes like Number >> >> Reviewed-by: liach >> - 8385980: [lworld] Standardize pattern for preview value class generation >> >> Reviewed-by: liach >> - 8386086: [lworld] >> sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java should be >> removed from problem list >> >> Reviewed-by: liach, dcubed >> - Merge >> >> Merge jdk-28+1 >> - ... and 2789 more: https://git.openjdk.org/jdk/compare/92298786...26c8f2e4 > > src/java.base/share/classes/java/lang/Object.java line 314: > >> 312: * <div class="preview-comment"> >> 313: * If this object is a {@linkplain >> java.util.Objects#hasIdentity value object}, >> 314: * it does does not have a monitor, an {@code >> IllegalMonitorStateException} is thrown. > > Suggestion: > > * it does not have a monitor, an {@code > IllegalMonitorStateException} is thrown. Please review on #31123 ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31120#discussion_r3397348216
