JDK 9 RFR of JDK-8075284: fix up miscellaneous TM constructions (original) (raw)

Joseph D. Darcy joe.darcy at oracle.com
Tue May 19 22:32:24 UTC 2015


Hi Joe,

I just wanted to keep this changeset focused on the TM issues, but I don't oppose the other improvements you've suggested being made.

Thanks,

-Joe

On 5/19/2015 1:09 PM, huizhe wang wrote:

Hi Joe,

Looks good to me. You might also change the followings if you want: src/jdk.jdi/share/classes/com/sun/jdi/request/AccessWatchpointRequest.java ------------------------------------------------------------------------ @@ -29,12 +29,11 @@ /** * Request for notification when the contents of a field are accessed * in the target VM. * This event will be triggered when the specified field is accessed - * by JavaTM programming - * language code or by a + * by Java™ programming language code or by a * Java Native Interface (JNI) get function*(GetField, * GetStaticField).* ({@code GetField, GetStaticField}).

src/jdk.jdi/share/classes/com/sun/jdi/request/ModificationWatchpointRequest.java ------------------------------------------------------------------------ @@ -28,11 +28,11 @@ import com.sun.jdi.*; /** * Request for notification when a field is set. * This event will be triggered when a value is assigned to the specified - * field with a JavaTM programming + * field with a Java™ programming * language statement (assignment, increment, etc) or by a * Java Native Interface (JNI) set function*(SetField, * SetStaticField).* ({@code SetField, SetStaticField}). -Joe On 5/19/2015 12:41 PM, joe darcy wrote: Hello,

Please review these changes for JDK-8075284: fix up miscellaneous TM constructions http://cr.openjdk.java.net/~darcy/8075284.0/ which replace convoluted HTML markup for expressing a trademark sign with the HTML ™ --- build and docs build pass with the changes Thanks, -Joe



More information about the core-libs-dev mailing list