Skip to content

Commit

Permalink
8329884: Serial: Fix build failure due to ‘Copy’ has not been declared
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonFool committed Apr 9, 2024
1 parent a887fd2 commit f1890a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/gc/serial/tenuredGeneration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include "memory/allocation.inline.hpp"
#include "oops/oop.inline.hpp"
#include "runtime/java.hpp"
#include "utilities/copy.hpp"
#include "utilities/macros.hpp"

bool TenuredGeneration::grow_by(size_t bytes) {
Expand Down

0 comments on commit f1890a7

Please sign in to comment.