Skip to content

Commit

Permalink
Change the directory & fix the include order
Browse files Browse the repository at this point in the history
  • Loading branch information
casparcwang committed Jan 28, 2021
1 parent b1db113 commit d52fd4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/opto/vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@

#include "precompiled.hpp"
#include "ci/ciSymbols.hpp"
#include "gc/shared/barrierSet.hpp"
#include "opto/castnode.hpp"
#include "opto/graphKit.hpp"
#include "opto/phaseX.hpp"
#include "opto/rootnode.hpp"
#include "opto/vector.hpp"
#include "utilities/macros.hpp"
#include "gc/shared/barrierSet.hpp"

void PhaseVector::optimize_vector_boxes() {
Compile::TracePhase tp("vector_elimination", &timers[_t_vector_elimination]);
Expand Down

0 comments on commit d52fd4c

Please sign in to comment.