RFR: 8280419: Remove dead code related to VerifyThread and verify_thread() [v2]

Lutz Schmidt lucy at openjdk.org
Thu Feb 16 08:15:29 UTC 2023


On Thu, 16 Feb 2023 04:23:17 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> This is code that was copied from the sparc port into the arm, ppc and s390 ports, but was never actually implemented.
>> 
>> I can't really test those platforms, but hopefully GHA builds will suffice, otherwise I need the various porters to confirm the changes.
>> 
>> Thanks.
>
> David Holmes has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:
> 
>  - Merge branch 'master' into 8280419-verifyThread
>  - 8280419: Remove dead code related to VerifyThread and verify_thread()

Changes for ppc and s390 look good to me.
There is one copyright typo you may want to fix.

src/hotspot/cpu/s390/interp_masm_s390.cpp line 2:

> 1: /*
> 2:  * Copyright (c) 2016, 20223, Oracle and/or its affiliates. All rights reserved.

Copyright year a bit far in the future

-------------

Marked as reviewed by lucy (Reviewer).

PR: https://git.openjdk.org/jdk/pull/12506


More information about the hotspot-dev mailing list