RFR: 8281543: Remove unused code/headerfile dtraceAttacher.hpp

Tobias Hartmann thartmann at openjdk.java.net
Tue Feb 22 07:29:53 UTC 2022


On Sat, 19 Feb 2022 10:15:15 GMT, Emanuel Peter <duke at openjdk.java.net> wrote:

> `dtraceAttacher.cpp` with all the relevant definitions was deleted [here](https://github.com/openjdk/jdk/commit/071bd521bca2485c6df95c45e4310d39b05bd046)
> in connection with [JDK-8244224](https://bugs.openjdk.java.net/browse/JDK-8244224) (Remove the Solaris and SPARC Ports).
> 
> I deleted `dtraceAttacher.cpp`, and the 4 include statements of it in 4 `src/hotspot/os/???/attachListener_???.cpp` files.
> 
> Ran tests, mostly to check that it still compiles on various platforms.

Looks good to me too.

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

Marked as reviewed by thartmann (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/7544


More information about the hotspot-runtime-dev mailing list