RFR(L) : 8199382 : [TESTBUG] Open source VM testbase JDI tests

2018-05-03 Thread Igor Ignatyev
http://cr.openjdk.java.net/~iignatyev/8199382/webrev.00/index.html > 577169 lines changed: 577169 ins; 0 del; 0 mod; Hi all, could you please review the patch which open sources JDI tests from vm testbase? These tests cover different aspects of JDI implementation. As usually w/ VM testbase

Re: 8202466: Test serviceability/tmtools/jstat/GcTest01.java fails: Number of concurrent GC events is 1, but CGCT is 0

2018-05-03 Thread Chris Plummer
Hi Yasumasa, Here are my results. I ran the test on macosx-x64-debug 500 times using random machines. I saw the failure twice, both times on different machines. I then ran 25 times on each of the 3 macosx machines that have shown the failure, and did not see it again. So I don't think this is

RFR: (S): JDK-8195613: [SA] HotSpotTypeDataBase.readVMLongConstants truncates values to int

2018-05-03 Thread Jini George
Hello! Requesting reviews for: https://bugs.openjdk.java.net/browse/JDK-8195613 ([SA] HotSpotTypeDataBase.readVMLongConstants truncates values to int) Webrev: http://cr.openjdk.java.net/~jgeorge/8195613/webrev.00/ Testing: The SA tests passed on Mach5. Thanks, Jini.

Re: 8202466: Test serviceability/tmtools/jstat/GcTest01.java fails: Number of concurrent GC events is 1, but CGCT is 0

2018-05-03 Thread Chris Plummer
Hi Yasumasa, On 5/2/18 5:46 AM, Yasumasa Suenaga wrote: Hi all, I've tried to fix 8202466, but I do not yet certain which solution is the best for it. So I want your opinion for it. https://bugs.openjdk.java.net/browse/JDK-8202466 David reports serviceability/tmtools/jstat/GcTest01.java

Re: 8202466: Test serviceability/tmtools/jstat/GcTest01.java fails: Number of concurrent GC events is 1, but CGCT is 0

2018-05-03 Thread Chris Plummer
Hi Yasumasa, I only see the one reported failure in our recent test history for this test, so it doesn't look like it happens every time. I'll try running the test on the machine it failed on, both with the binary it failed with and a more recent binary. best regards, chris On 5/3/18 4:48

Re: RFR: 8201409: JDWP debugger initialization hangs intermittently

2018-05-03 Thread serguei.spit...@oracle.com
Hi Andrew, Okay, thanks! Serguei On 5/3/18 07:18, Andrew Leonard wrote: Hi Serguei, I've done some debug, and there seems to be some difference in behaviour with Hotspot with regards the

Re: RFR: 8201409: JDWP debugger initialization hangs intermittently

2018-05-03 Thread Andrew Leonard
Hi Serguei, I've done some debug, and there seems to be some difference in behaviour with Hotspot with regards the report VM_INIT command, i'm not sure I quite understand why... so i'm consulting with a colleague to get some help. I'll update the bug when I have some more information. Thanks

Re: 8202466: Test serviceability/tmtools/jstat/GcTest01.java fails: Number of concurrent GC events is 1, but CGCT is 0

2018-05-03 Thread Yasumasa Suenaga
FYI: jdk-11-ea+11 passed GcTest01.java https://download.java.net/openjdk/testresults/11/archives/11/diff-hotspot-10-11.txt On 2018/05/02 21:46, Yasumasa Suenaga wrote: Hi all, I've tried to fix 8202466, but I do not yet certain which solution is the best for it. So I want your opinion for