< prev index next >

src/java.base/share/classes/java/lang/runtime/ObjectMethods.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 46,56 **** * features of the Java language.} * * Bootstrap methods for state-driven implementations of core methods, * including {@link Object#equals(Object)}, {@link Object#hashCode()}, and * {@link Object#toString()}. These methods may be used, for example, by ! * Java&trade; compiler implementations to implement the bodies of {@link Object} * methods for record classes. * * @since 14 */ @jdk.internal.PreviewFeature(feature=jdk.internal.PreviewFeature.Feature.RECORDS, --- 46,56 ---- * features of the Java language.} * * Bootstrap methods for state-driven implementations of core methods, * including {@link Object#equals(Object)}, {@link Object#hashCode()}, and * {@link Object#toString()}. These methods may be used, for example, by ! * Java compiler implementations to implement the bodies of {@link Object} * methods for record classes. * * @since 14 */ @jdk.internal.PreviewFeature(feature=jdk.internal.PreviewFeature.Feature.RECORDS,
< prev index next >