Re: RFR: JDK-6396411 java.lang.management.MemoryMXBean.gc should force GC even if DisableExplicitGC is set

2017-07-19 Thread Alan Bateman
On 19/07/2017 06:20, Ujwal Vangapally wrote: Hi, Kindly review the fix https://bugs.openjdk.java.net/browse/JDK-6396411 webrev: http://cr.openjdk.java.net/~uvangapally/webrev/2017/6396411/webrev.00/ MemoryMXBean gc() is a Java SE API so the spec update isn't appropriate. If it really importa

Re: RFR: JDK-6396411 java.lang.management.MemoryMXBean.gc should force GC even if DisableExplicitGC is set

2017-07-19 Thread Ujwal Vangapally
Thanks for the review Alan. will update the spec and send a new webrev after getting approval for this fix. -Ujwal. On 7/19/2017 1:25 PM, Alan Bateman wrote: On 19/07/2017 06:20, Ujwal Vangapally wrote: Hi, Kindly review the fix https://bugs.openjdk.java.net/browse/JDK-6396411 webrev:

Re: RFR: JDK-8181895 javax management docs contain links to technotes

2017-07-19 Thread Roger Riggs
Hi Ujwal, As Alan noted earlier, it would be helpful in the package javadoc of javax.management.remote.rmi if there was some mention of the class or package within the javadoc that supported the mentioned dynamic classloading. As is, the feature is mentioned but with no suggestion about where