Skip to content

Commit 45a367e

Browse files
committed
Fix gcc compiler error
1 parent 83418e9 commit 45a367e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hotspot/share/gc/serial/defNewGeneration.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class DefNewGeneration: public Generation {
221221
void reset_scratch();
222222

223223
// GC support
224-
inline size_t committed_size() const;
224+
size_t committed_size() const;
225225
size_t compute_new_size(size_t* thread_incr_size = nullptr, int* thread_count = nullptr);
226226
void resize();
227227
void post_shared_virtual_space_resize(size_t young_gen_size_before);

0 commit comments

Comments
 (0)