Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8265285: Unnecessary inclusion of bytecodeHistogram.hpp
Reviewed-by: dholmes, iklam
  • Loading branch information
y1yang0 authored and iklam committed Apr 19, 2021
1 parent 8bec6fe commit 235daea
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
Expand Up @@ -35,6 +35,7 @@
#include "gc/shared/cardTable.hpp"
#include "gc/shared/collectedHeap.hpp"
#include "gc/shared/tlab_globals.hpp"
#include "interpreter/bytecodeHistogram.hpp"
#include "interpreter/interpreter.hpp"
#include "compiler/disassembler.hpp"
#include "memory/resourceArea.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/hotspot/cpu/arm/macroAssembler_arm.cpp
Expand Up @@ -34,6 +34,7 @@
#include "gc/shared/barrierSetAssembler.hpp"
#include "gc/shared/cardTableBarrierSet.hpp"
#include "gc/shared/collectedHeap.inline.hpp"
#include "interpreter/bytecodeHistogram.hpp"
#include "interpreter/interpreter.hpp"
#include "memory/resourceArea.hpp"
#include "oops/accessDecorators.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/hotspot/cpu/x86/macroAssembler_x86.cpp
Expand Up @@ -32,6 +32,7 @@
#include "gc/shared/barrierSetAssembler.hpp"
#include "gc/shared/collectedHeap.inline.hpp"
#include "gc/shared/tlab_globals.hpp"
#include "interpreter/bytecodeHistogram.hpp"
#include "interpreter/interpreter.hpp"
#include "memory/resourceArea.hpp"
#include "memory/universe.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/hotspot/cpu/zero/zeroInterpreter_zero.cpp
Expand Up @@ -25,7 +25,6 @@

#include "precompiled.hpp"
#include "asm/assembler.hpp"
#include "interpreter/bytecodeHistogram.hpp"
#include "interpreter/interpreter.hpp"
#include "interpreter/interpreterRuntime.hpp"
#include "interpreter/zero/bytecodeInterpreter.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/hotspot/share/interpreter/interpreter.cpp
Expand Up @@ -26,7 +26,6 @@
#include "asm/macroAssembler.hpp"
#include "asm/macroAssembler.inline.hpp"
#include "compiler/disassembler.hpp"
#include "interpreter/bytecodeHistogram.hpp"
#include "interpreter/interpreter.hpp"
#include "interpreter/interpreterRuntime.hpp"
#include "interpreter/interp_masm.hpp"
Expand Down
Expand Up @@ -25,7 +25,6 @@

#include "precompiled.hpp"
#include "asm/assembler.hpp"
#include "interpreter/bytecodeHistogram.hpp"
#include "interpreter/interpreter.hpp"
#include "interpreter/interpreterRuntime.hpp"
#include "interpreter/zero/bytecodeInterpreter.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/hotspot/share/runtime/sharedRuntime.hpp
Expand Up @@ -27,7 +27,6 @@

#include "code/codeBlob.hpp"
#include "code/vmreg.hpp"
#include "interpreter/bytecodeHistogram.hpp"
#include "interpreter/bytecodeTracer.hpp"
#include "interpreter/linkResolver.hpp"
#include "memory/allocation.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/hotspot/share/utilities/debug.cpp
Expand Up @@ -32,7 +32,6 @@
#include "compiler/compileBroker.hpp"
#include "compiler/disassembler.hpp"
#include "gc/shared/collectedHeap.hpp"
#include "interpreter/bytecodeHistogram.hpp"
#include "interpreter/interpreter.hpp"
#include "memory/allocation.hpp"
#include "memory/resourceArea.hpp"
Expand Down

1 comment on commit 235daea

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.