On 3/10/11 12:45 AM, Alan Bateman wrote:
Mandy Chung wrote:
I removed it and also updated make/nio/Makefile:
http://cr.openjdk.java.net/~mchung/7025631/webrev.02/
Thanks and as part of that you'll need to re-add BufferPoolMXBean to
FILES_java.gmk (but since this will be moved via 7024172, it means it
will only be temporary).
Oops... I miss that!! I'll file a new CR and push this. For
7024172, it will be at least 1-2 weeks since we need to submit for CCC
approval. Here is the patch.
diff --git a/make/java/nio/FILES_java.gmk b/make/java/nio/FILES_java.gmk
--- a/make/java/nio/FILES_java.gmk
+++ b/make/java/nio/FILES_java.gmk
@@ -29,6 +29,7 @@
java/nio/ByteOrder.java \
java/nio/MappedByteBuffer.java \
java/nio/StringCharBuffer.java \
+ java/nio/BufferPoolMXBean.java \
\
java/nio/channels/AsynchronousByteChannel.java \
java/nio/channels/AsynchronousChannel.java \
Mandy