Skip to content

Commit

Permalink
merge 'CollectedHeap' and 'SerialHeap'
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBing committed Dec 1, 2023
1 parent ecd335d commit 4ef3a2e
Show file tree
Hide file tree
Showing 15 changed files with 1,445 additions and 1,477 deletions.
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/serial/generation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class Generation: public CHeapObj<mtGC> {
// this generation. See comment below.
// This is a generic implementation which can be overridden.
//
// Note: in the current (1.4) implementation, when genCollectedHeap's
// Note: in the current (1.4) implementation, when serialHeap's
// incremental_collection_will_fail flag is set, all allocations are
// slow path (the only fast-path place to allocate is DefNew, which
// will be full if the flag is set).
Expand Down
Loading

0 comments on commit 4ef3a2e

Please sign in to comment.