Skip to content

Commit

Permalink
8234502: Merge GenCollectedHeap and SerialHeap
Browse files Browse the repository at this point in the history
Reviewed-by: ayang, cjplummer
  • Loading branch information
LizBing authored and albertnetymk committed Jan 12, 2024
1 parent ed18222 commit 7dc9dd6
Show file tree
Hide file tree
Showing 21 changed files with 1,537 additions and 1,607 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

1 comment on commit 7dc9dd6

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.