RE: RFR: xs: JDK-8209342 - Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent!

2018-08-17 Thread Sharath Ballal
Thanks for the comments Jini. I have added serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java, serviceability/sa/ClhsdbCDSCore.java and test/hotspot/jtreg/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java. I have not deleted the following tests as these changes will get propagated to

Re: RFR: xs: JDK-8209342 - Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent!

2018-08-17 Thread Daniel D. Daugherty
On 8/17/18 6:25 AM, Sharath Ballal wrote: Thanks for the comments Jini. I have added serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java, serviceability/sa/ClhsdbCDSCore.java and test/hotspot/jtreg/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java. I have not deleted the following te

RE: RFR: xs: JDK-8209342 - Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent!

2018-08-17 Thread Sharath Ballal
Thanks Dan. Thanks, Sharath -Original Message- From: Daniel D. Daugherty Sent: Friday, August 17, 2018 8:09 PM To: Sharath Ballal; Jini Susan George; serviceability-dev@openjdk.java.net Subject: Re: RFR: xs: JDK-8209342 - Problemlist SA tests on Solaris due to Error attaching to proce

Re: RFR: xs: JDK-8209342 - Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent!

2018-08-17 Thread Ioi Lam
Looks good! Thanks - Ioi On 8/17/18 3:25 AM, Sharath Ballal wrote: Thanks for the comments Jini. I have added serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java, serviceability/sa/ClhsdbCDSCore.java and test/hotspot/jtreg/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java. I have

RE: RFR: xs: JDK-8209342 - Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent!

2018-08-17 Thread Sharath Ballal
Thanks Ioi. Thanks, Sharath -Original Message- From: Ioi Lam Sent: Friday, August 17, 2018 9:36 PM To: serviceability-dev@openjdk.java.net Subject: Re: RFR: xs: JDK-8209342 - Problemlist SA tests on Solaris due to Error attaching to process: Can't create thread_db agent! Looks good!

RFR[S] Refactor filemap.hpp to simplify integration with Serviceability Agent

2018-08-17 Thread Ioi Lam
https://bugs.openjdk.java.net/browse/JDK-8209657 http://cr.openjdk.java.net/~iklam/jdk12/8209657-shared-FileMapHeader-decl.v01/ Summary: The CDS FileMapHeader type was big, and was duplicated 4 times in our sources. I moved the parts that's common to HotSpot and Serviceability Agent into a new

RFR[S] 8209657 Refactor filemap.hpp to simplify integration with Serviceability Agent

2018-08-17 Thread Ioi Lam
[Resending to include bug number in e-mail subject line] https://bugs.openjdk.java.net/browse/JDK-8209657 http://cr.openjdk.java.net/~iklam/jdk12/8209657-shared-FileMapHeader-decl.v01/ Summary: The CDS FileMapHeader type was big, and was duplicated 4 times in our sources. I moved the parts th