Re: JDK 9 RFR of JDK-8143583: Several tests don't work with latest jtreg due to non-existing files in @build

2015-11-22 Thread Staffan Larsen
Looks good! Thanks, /Staffan > On 23 nov. 2015, at 08:10, Amy Lu wrote: > > Below tests failed with latest nightly jtreg due to non-existing files in > @build > > com/sun/management/HotSpotDiagnosticMXBean/DumpHeap.java > sun/tools/jmap/BasicJMapTest.java > com/sun/jdi/DoubleAgentTest.java >

JDK 9 RFR of JDK-8143583: Several tests don't work with latest jtreg due to non-existing files in @build

2015-11-22 Thread Amy Lu
Below tests failed with latest nightly jtreg due to non-existing files in @build com/sun/management/HotSpotDiagnosticMXBean/DumpHeap.java sun/tools/jmap/BasicJMapTest.java com/sun/jdi/DoubleAgentTest.java com/sun/jdi/SuspendNoFlagTest.java Please review this patch to fix the typo in @build bug

Re: JDK 9 RFR of JDK-8143583: Several tests don't work with latest jtreg due to non-existing files in @build

2015-11-22 Thread Alan Bateman
On 23/11/2015 07:10, Amy Lu wrote: Below tests failed with latest nightly jtreg due to non-existing files in @build com/sun/management/HotSpotDiagnosticMXBean/DumpHeap.java sun/tools/jmap/BasicJMapTest.java com/sun/jdi/DoubleAgentTest.java com/sun/jdi/SuspendNoFlagTest.java Please review this

Re: RFR(S): JDK-7041183 Improve error handling in Improve error handling in src/share/vm/services/management.cpp

2015-11-22 Thread David Holmes
On 23/11/2015 12:35 PM, Jini George wrote: Hi David, Thanks much for the review and for the suggestions offline. I have addressed your comments and have a new webrev at: http://cr.openjdk.java.net/~dsamersoff/sponsorship/jingeorg/JDK-7041183/webrev.02/ src/share/vm/services/management.cpp

Re: RFR: 8143157: Convert TraceVMOperation to Unified Logging

2015-11-22 Thread David Holmes
Hi Rachel, Code changes seem okay - thanks. We will continue discussion re info vs debug elsewhere. :) I think we will also have to address the problem of no-atomic logging of multi-part logging statements sometime as well. Not a new problem but perhaps exacerbated in UL and compounded by inc

RE: RFR(S): JDK-7041183 Improve error handling in Improve error handling in src/share/vm/services/management.cpp

2015-11-22 Thread Jini George
Hi David, Thanks much for the review and for the suggestions offline. I have addressed your comments and have a new webrev at: http://cr.openjdk.java.net/~dsamersoff/sponsorship/jingeorg/JDK-7041183/webrev.02/ (Thanks, Dmitry for hosting). Further comments are inlined below. > -Original