Skip to content

Commit bc43320

Browse files
eme64TobiHartmann
authored andcommitted
8281543: Remove unused code/headerfile dtraceAttacher.hpp
Reviewed-by: thartmann
1 parent f953952 commit bc43320

File tree

5 files changed

+3
-58
lines changed

5 files changed

+3
-58
lines changed

src/hotspot/os/aix/attachListener_aix.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2005, 2022, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2012, 2018 SAP SE. All rights reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
@@ -28,7 +28,6 @@
2828
#include "runtime/interfaceSupport.inline.hpp"
2929
#include "runtime/os.inline.hpp"
3030
#include "services/attachListener.hpp"
31-
#include "services/dtraceAttacher.hpp"
3231

3332
#include <signal.h>
3433
#include <sys/socket.h>

src/hotspot/os/bsd/attachListener_bsd.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2005, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -27,7 +27,6 @@
2727
#include "runtime/interfaceSupport.inline.hpp"
2828
#include "runtime/os.inline.hpp"
2929
#include "services/attachListener.hpp"
30-
#include "services/dtraceAttacher.hpp"
3130

3231
#include <unistd.h>
3332
#include <signal.h>

src/hotspot/os/linux/attachListener_linux.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include "runtime/interfaceSupport.inline.hpp"
2929
#include "runtime/os.inline.hpp"
3030
#include "services/attachListener.hpp"
31-
#include "services/dtraceAttacher.hpp"
3231

3332
#include <unistd.h>
3433
#include <signal.h>

src/hotspot/os/windows/attachListener_windows.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2005, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -27,7 +27,6 @@
2727
#include "runtime/interfaceSupport.inline.hpp"
2828
#include "runtime/os.hpp"
2929
#include "services/attachListener.hpp"
30-
#include "services/dtraceAttacher.hpp"
3130

3231
#include <windows.h>
3332
#include <signal.h> // SIGBREAK

src/hotspot/share/services/dtraceAttacher.hpp

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)