Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit355fb2b

Browse files
author
duke
committed
Added webrev for jdk/25357
1 parent4c22a4c commit355fb2b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

‎jdk/25357/18-19/commits.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"commit":{"message":"Do not preselect regions during global gc"},"files":[{"filename":"src\/hotspot\/share\/gc\/shenandoah\/shenandoahGeneration.cpp"}],"sha":"4022bfea3df2d63f4fb6b7ce2171599786a32849"}]

‎jdk/25357/18-19/comparison.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"files":[{"patch":"@@ -356,3 +356,4 @@\n-\/\/ Preselect regions for promotion by evacuation (obtaining the live data to seed promoted_reserve),\n-\/\/ and identify regions that will promote in place. These use the tenuring threshold.\n- const size_t consumed_by_advance_promotion = select_aged_regions(old_promo_reserve);\n+\/\/ If is_global(), we let garbage-first heuristic determine cset membership. Otherwise, we give priority\n+\/\/ to tenurable regions by preselecting regions for promotion by evacuation (obtaining the live data to seed promoted_reserve).\n+\/\/ This also identifies regions that will be promoted in place. These use the tenuring threshold.\n+ const size_t consumed_by_advance_promotion = select_aged_regions(is_global()? 0: old_promo_reserve);\n","filename":"src\/hotspot\/share\/gc\/shenandoah\/shenandoahGeneration.cpp","additions":4,"deletions":3,"binary":false,"changes":7,"status":"modified"}]}

‎jdk/25357/18-19/metadata.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"head":{"repo":{"full_name":"kdnilsen\/jdk","html_url":"https:\/\/github.com\/kdnilsen\/jdk"},"sha":"4022bfea3df2d63f4fb6b7ce2171599786a32849"},"created_at":"2025-11-28T20:56:30.326181484Z","base":{"repo":{"full_name":"openjdk\/jdk","html_url":"https:\/\/git.openjdk.org\/jdk"},"sha":"42fb832a242f4812e2012c7654ef6d0710167fa9"}}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp