Re: RFR: 8273967: gtest os.dll_address_to_function_and_library_name_vm fails on macOS12 [v2]

2022-01-04 Thread David Nadlinger
On Mon, 3 Jan 2022 16:11:02 GMT, Daniel D. Daugherty wrote: >> @dcubed-ojdk: I just ran into this in the Julia runtime and reached a >> similar conclusion/fix. Did you find out anything more about why this >> happens? At a glance, I didn't see any blatant `addr == -1`-style checks in >> the la

Re: RFR: 8176567: nsk/jdi/ReferenceType/instances/instances002: TestFailure: Unexpected size of referenceType.instances(nsk.share.jdi.TestInterfaceImplementer1): 11, expected: 10

2022-01-04 Thread Serguei Spitsyn
On Sun, 2 Jan 2022 04:06:05 GMT, Chris Plummer wrote: > The test is failing because it is detecting an extra instance of > `TestClass1`. The test (the debugger side) first tells the debuggee to create > 10 instances of `TestClass1`. The debugger then uses JDI > `ClassType.newInstance()` to cre

Re: [8u] RFR: 8173361: various crashes in JvmtiExport::post_compiled_method_load

2022-01-04 Thread Serguei Spitsyn
Hi Hedongbo, The backport looks okay to me. But I do not see where I can mark it as approved. Do you have a PR (Pool Request) or a backport bug number? Thanks, Serguei On 12/29/21, 7:58 PM, "jdk8u-dev on behalf of hedongbo" wrote: This problem has affected the customer's use at present.

Re: RFR: 8279194: Add Annotated Memory Viewer feature to SA's HSDB [v3]

2022-01-04 Thread Serguei Spitsyn
On Mon, 3 Jan 2022 18:33:40 GMT, Chris Plummer wrote: >> HSDB has a Memory Viewer feature that brings up a window that shows the >> memory contents in a specific address range. It basically looks just like >> the clhsdb "mem" output. The recently revived "mem" command (see >> [JDK-824466](http

Re: RFR: 8250801: Add clhsdb "threadcontext" command [v2]

2022-01-04 Thread Serguei Spitsyn
On Sun, 2 Jan 2022 00:56:49 GMT, Chris Plummer wrote: >> SA has the ability to fetch the thread's registers via the thread context. >> It would be nice to allow access to the registers from clhsdb. This plays in >> well with the enhancements being done to PointerFinder as part of >> JDK-824751

Integrated: 8279351: [TESTBUG] SADebugDTest.java does not handle "Address already in use" error

2022-01-04 Thread Yasumasa Suenaga
On Fri, 31 Dec 2021 13:39:28 GMT, Yasumasa Suenaga wrote: > We expect SADebugDTest.java will retly the test when it encounters "Address > already in use" error. However RuntimeException is thrown when the error > happens. > > So I fixed it with some refactoring in this PR. Key change is the co

Re: RFR: 8250801: Add clhsdb "threadcontext" command [v2]

2022-01-04 Thread Kevin Walls
On Sun, 2 Jan 2022 00:56:49 GMT, Chris Plummer wrote: >> SA has the ability to fetch the thread's registers via the thread context. >> It would be nice to allow access to the registers from clhsdb. This plays in >> well with the enhancements being done to PointerFinder as part of >> JDK-824751