We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83418e9 commit 45a367eCopy full SHA for 45a367e
1 file changed
src/hotspot/share/gc/serial/defNewGeneration.hpp
@@ -221,7 +221,7 @@ class DefNewGeneration: public Generation {
221
void reset_scratch();
222
223
// GC support
224
- inline size_t committed_size() const;
+ size_t committed_size() const;
225
size_t compute_new_size(size_t* thread_incr_size = nullptr, int* thread_count = nullptr);
226
void resize();
227
void post_shared_virtual_space_resize(size_t young_gen_size_before);
0 commit comments