Re: sawindbg.dll - compilation option for debugging support in Java6

2014-04-23 Thread Daniel D. Daugherty
Adding Serviceability to the thread since this is SA (Serviceability Agent) code... Dan On 4/23/14 2:00 PM, Miroslaw Niemiec wrote: Hi, In Java6 hotspot I have change compilation option for sawindbg.dll from /ZI (enable Edit and Continue debug info) to /Zi (enable debugging information) in

Re: RFR: 8024677: [TESTBUG] Move tests for classes in /testlibrary

2014-04-23 Thread Vladimir Kempik
Hello Can I have a couple of reviews for this please? Thanks. On 17.04.2014 15:47, Vladimir Kempik wrote: Hello Please review this patch. We've recently backported changes to testlibrary from jdk8 to jdk7 and now I want to bring TL tests to jdk7 as well. jdk7u-dev/jdk already has these tests, i

RFR(M): JDK-8041498 Remove npt library

2014-04-23 Thread Dmitry Samersoff
Hi Everybody, Please review the fix that removes npt library from jdk. CR link: https://bugs.openjdk.java.net/browse/JDK-8041498 Webrev: http://cr.openjdk.java.net/~dsamersoff/JDK-8041498/webrev.01/ Testing: nsk.jdwp I plan to submit a separate aurora run when I get all concerns.