Review Makefile Changes For JDK-8001334 - Remove use of JVM_* functions from java.io code
Alan Bateman
Alan.Bateman at oracle.com
Thu Jan 24 11:12:12 UTC 2013
On 24/01/2013 00:23, Martin Buchholz wrote:
> :
>
> Many years ago I filed
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4904617
> that remains unaddressed :-(
> Perhaps as part of this change or set of changes, that bug could be dealt
> with?
> Perhaps even by deleting JVM_Read?
I believe there is effort under way in the Common VM Interface project
[1] to javadoc the interface between the VM and libraries. I don't think
this needs to be part of Dan's work as his change is just eliminating
the usage of these functions in the java.io code (we need to do the same
eventually in the java.net code).
-Alan
[1] http://openjdk.java.net/projects/cvmi/
More information about the build-dev
mailing list