RFR(S): JDK-8035952 Remove use of JVM_Open, JVM_Read and JVM_Close functions from serviceability code
Alan Bateman
Alan.Bateman at oracle.com
Sat Mar 1 00:53:44 PST 2014
On 28/02/2014 21:19, frederic parain wrote:
> Greetings,
>
> Please review this small changeset for CR JDK-8035952
> "Remove use of JVM_Open, JVM_Read and JVM_Close functions from
> serviceability code"
>
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8035952
>
> Webrev:
> http://cr.openjdk.java.net/~fparain/8035952/webrev.00/
This looks okay although I guess I would probably use open64. Also Chris
mentions EINTR and it would be good for both open and read to restart if
interrupted.
-Alan
More information about the serviceability-dev
mailing list