RE: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output

2018-02-05 Thread stewartd . qdt
2:28 PM To: stewartd.qdt; Sharath Ballal; Jini Susan George; serviceability-dev Subject: Re: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output Hi Daniel, Sharath, The signal thread won't be found if the test happens to be run w

RE: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output

2018-02-05 Thread stewartd . qdt
Thanks David. -Original Message- From: David Holmes [mailto:david.hol...@oracle.com] Sent: Saturday, February 3, 2018 3:58 AM To: stewartd.qdt ; Sharath Ballal ; Jini Susan George ; serviceability-dev Subject: Re: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method

RE: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output

2018-02-03 Thread Sharath Ballal
ce for Signal Dispatcher > Java Stack Trace for Reference Handler > That atlease ensures we are looking for all the threads. > > Thanks, > Sharath (not a Reviewer) > > > -Original Message----- > From: David Holmes > Sent: Thursday, February 01, 2018 1:29 PM > To

RE: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output

2018-02-03 Thread Sharath Ballal
Subject: Re: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output Hi Daniel, Sharath, The signal thread won't be found if the test happens to be run with -Xrs, but that seems unlikely. So seems okay. Your sponsor will need

Re: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output

2018-02-03 Thread David Holmes
From: Sharath Ballal [mailto:sharath.bal...@oracle.com] Sent: Friday, February 2, 2018 4:49 AM To: David Holmes ; Jini Susan George ; stewartd.qdt ; serviceability-dev Subject: RE: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in out

RE: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output

2018-02-02 Thread stewartd . qdt
Sharath (not a Reviewer) -Original Message- From: David Holmes Sent: Thursday, February 01, 2018 1:29 PM To: Jini George; stewartd.qdt; serviceability-dev Subject: Re: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output On 1/

RE: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output

2018-02-02 Thread Sharath Ballal
essage- From: David Holmes Sent: Thursday, February 01, 2018 1:29 PM To: Jini George; stewartd.qdt; serviceability-dev Subject: Re: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output On 1/02/2018 5:01 PM, Jini George wrote:

Re: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output

2018-02-01 Thread David Holmes
On 1/02/2018 5:01 PM, Jini George wrote: Hello Daniel, Your fix looks good to me. You probably could instead add 'remove()' or 'run()' to the list, but I leave it upto you. These tests should only be looking for things that are guaranteed to be seen. If waitForReferencePendingList is not the

Re: RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output

2018-01-31 Thread Jini George
Hello Daniel, Your fix looks good to me. You probably could instead add 'remove()' or 'run()' to the list, but I leave it upto you. Thanks, Jini (Not a (R)eviewer). On 2/1/2018 2:39 AM, stewartd.qdt wrote: Please review this webrev [1] which attempts to fix a test error in serviceability/sa/

RFR: 8196521: serviceability/sa/ClhsdbWhere.java fails to find method 'waitForReferencePendingList' in output

2018-01-31 Thread stewartd . qdt
Please review this webrev [1] which attempts to fix a test error in serviceability/sa/ClhsdbWhere.java when it is run under an AArch64 system (not necessarily exclusive to this system, but it was the system under test). The bug report [2] provides further details and has the jtr report that was