RFR (M): 8201247: Various cleanups in the attach framework (original) (raw)
Chris Plummer chris.plummer at oracle.com
Tue Apr 10 20:08:04 UTC 2018
- Previous message: RFR (M): 8201247: Various cleanups in the attach framework
- Next message: RFR (M): 8201247: Various cleanups in the attach framework
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Christoph,
I'm somewhat new to looking at submit-hs test jobs. However I see know indication of there being a submit for JDK-8201247, so I don't think it was run. I'll start my own testing with the last patch you sent out.
thanks,
Chris
On 4/10/18 1:01 PM, Langer, Christoph wrote:
Hi Chris,
I ran the jtreg tests under hotspot/jtreg/serviceability/attach and jdk/com/sun/tools/attach for the main platforms (Windows, Linux X8664, mac, solaris and AIX). I also pushed to submit-hs in branch "JDK-8201247" but it seems I have no luck and got no notification mails. May I ask you to check whether the build/test cycle was run and how the results looked like? Please also do your closed testing and let me know the outcome. Thanks a lot in advance Christoph
-----Original Message----- From: Chris Plummer [mailto:chris.plummer at oracle.com] Sent: Montag, 9. April 2018 20:05 To: Langer, Christoph <christoph.langer at sap.com>; serviceability- dev at openjdk.java.net Cc: hotspot-dev at openjdk.java.net Subject: Re: RFR (M): 8201247: Various cleanups in the attach framework
Hi Christoph, We have some closed "attach on demand" tests that should be run also. I can do this for you when you are ready. Please also let me know which other jtreg tests you have run. thanks, Chris On 4/9/18 12:08 AM, Langer, Christoph wrote: Hi Chris,
thanks for looking into this. As for ArgumentIterator::next, I must admit, I found this patch in our code base when taking over the code. I believe that an issue would be seen if an attach operation has 2 or 3 arguments and the first one is NULL/empty. I guess such a situation can't happen with the attach operations currently existing in OpenJDK as none of these ops would allow such type of arguments. However, in our implementation, we have for instance enhanced the "dumpheap" operation to work with null as first argument where one usually would specify the desired output file name. We implemented a mechanism to compute a default filename when the param is left blank. So we need the fix for that case, I guess. I'll run the patch through the submission forest now and do some jtreg testing. Best regards Christoph
-----Original Message----- From: Chris Plummer [mailto:chris.plummer at oracle.com] Sent: Freitag, 6. April 2018 18:37 To: Langer, Christoph <christoph.langer at sap.com>; serviceability- dev at openjdk.java.net Cc: hotspot-dev at openjdk.java.net Subject: Re: RFR (M): 8201247: Various cleanups in the attach framework
Hi Christoph, Can you explain a bit more about "fix handling of null values in ArgumentIterator::next". When does this turn up? Is there a test case? Everything else looks good. thanks, Chris On 4/6/18 8:01 AM, Langer, Christoph wrote: Hi,
can I please get reviews for a set of clean up changes that I came across when doing some integration work. Bug: https://bugs.openjdk.java.net/browse/JDK-8201247 <https://bugs.openjdk.java.net/browse/JDK-8201247> Webrev: http://cr.openjdk.java.net/~clanger/webrevs/8201247.0/ <http://cr.openjdk.java.net/%7Eclanger/webrevs/8201247.0/> Detailed comments about the changes can be found in the bug. Thanks & best regards Christoph
- Previous message: RFR (M): 8201247: Various cleanups in the attach framework
- Next message: RFR (M): 8201247: Various cleanups in the attach framework
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]