Skip to content

Commit

Permalink
8265245: depChecker_<cpu> don't have any functionalities
Browse files Browse the repository at this point in the history
Reviewed-by: thartmann, neliasso
  • Loading branch information
y1yang0 authored and TobiHartmann committed Apr 19, 2021
1 parent a2b0e0f commit fa58aae
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 305 deletions.
30 changes: 0 additions & 30 deletions src/hotspot/cpu/aarch64/depChecker_aarch64.cpp

This file was deleted.

31 changes: 0 additions & 31 deletions src/hotspot/cpu/aarch64/depChecker_aarch64.hpp

This file was deleted.

29 changes: 0 additions & 29 deletions src/hotspot/cpu/arm/depChecker_arm.cpp

This file was deleted.

30 changes: 0 additions & 30 deletions src/hotspot/cpu/arm/depChecker_arm.hpp

This file was deleted.

31 changes: 0 additions & 31 deletions src/hotspot/cpu/ppc/depChecker_ppc.hpp

This file was deleted.

1 change: 0 additions & 1 deletion src/hotspot/cpu/ppc/disassembler_ppc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "asm/macroAssembler.inline.hpp"
#include "code/codeCache.hpp"
#include "compiler/disassembler.hpp"
#include "depChecker_ppc.hpp"
#include "gc/shared/collectedHeap.hpp"
#include "gc/shared/cardTableBarrierSet.hpp"
#include "gc/shared/genOopClosures.inline.hpp"
Expand Down
31 changes: 0 additions & 31 deletions src/hotspot/cpu/s390/depChecker_s390.hpp

This file was deleted.

1 change: 0 additions & 1 deletion src/hotspot/cpu/s390/disassembler_s390.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "asm/macroAssembler.hpp"
#include "code/codeCache.hpp"
#include "compiler/disassembler.hpp"
#include "depChecker_s390.hpp"
#include "gc/shared/collectedHeap.hpp"
#include "gc/shared/cardTableBarrierSet.hpp"
#include "gc/shared/genOopClosures.inline.hpp"
Expand Down
29 changes: 0 additions & 29 deletions src/hotspot/cpu/x86/depChecker_x86.cpp

This file was deleted.

30 changes: 0 additions & 30 deletions src/hotspot/cpu/x86/depChecker_x86.hpp

This file was deleted.

30 changes: 0 additions & 30 deletions src/hotspot/cpu/zero/depChecker_zero.cpp

This file was deleted.

31 changes: 0 additions & 31 deletions src/hotspot/cpu/zero/depChecker_zero.hpp

This file was deleted.

1 change: 0 additions & 1 deletion src/hotspot/share/compiler/disassembler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include "runtime/stubCodeGenerator.hpp"
#include "runtime/stubRoutines.hpp"
#include "utilities/resourceHash.hpp"
#include CPU_HEADER(depChecker)

void* Disassembler::_library = NULL;
bool Disassembler::_tried_to_load_library = false;
Expand Down

0 comments on commit fa58aae

Please sign in to comment.