Review of JDK-6659240 - Exceptions thrown by MXBeans wrongly documented in j.l.m.ManagementFactory

2015-12-28 Thread Sharath Ballal
Hi, Kindly review the changes for bug https://bugs.openjdk.java.net/browse/JDK-6659240 Webrev: http://cr.openjdk.java.net/~jbachorik/sponsorship/6659240/webrev.00/ CCC request for the same is being raised in parallel. -Sharath Ballal

Re: RFR (M): 8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy

2015-12-28 Thread Andreas Eriksson
Hi, Here is the webrev for type changes. Top-repo: http://cr.openjdk.java.net/~aeriksso/8129419/webrev.01/jdk9-hs-rt/ Hotspot: http://cr.openjdk.java.net/~aeriksso/8129419/webrev.01/hotspot/ The windows_x64 native write function uses a length of type uint, not size_t. I added an ifdef for that