JDK 9 RFR of JDK-8075284: fix up miscellaneous TM constructions (original) (raw)
huizhe wang huizhe.wang at oracle.com
Tue May 19 20:09:10 UTC 2015
- Previous message: JDK 9 RFR of JDK-8075284: fix up miscellaneous TM constructions
- Next message: JDK 9 RFR of JDK-8075284: fix up miscellaneous TM constructions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: JDK 9 RFR of JDK-8075284: fix up miscellaneous TM constructions
- Next message: JDK 9 RFR of JDK-8075284: fix up miscellaneous TM constructions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]