Skip to content

Commit f339805

Browse files
author
duke
committed
Added webrev for jdk18/35
1 parent 9ceda81 commit f339805

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

jdk18/35/01/commits.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"commit":{"message":"fix"},"files":[{"filename":"src\/hotspot\/share\/opto\/loopnode.cpp"}],"sha":"757226657bdd779a909389d192d3537dae08f7e9"}]

jdk18/35/01/comparison.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"files":[{"patch":"@@ -833,4 +833,0 @@\n- \/\/ May not have gone thru igvn yet so don't use _igvn.type(phi) (PhaseIdealLoop::is_counted_loop() sets the iv phi's type)\n- const TypeInteger* phi_t = phi->bottom_type()->is_integer(bt);\n- assert(phi_t->hi_as_long() >= phi_t->lo_as_long(), \"dead phi?\");\n- iters_limit = checked_cast<int>(MIN2((julong)iters_limit, (julong)(phi_t->hi_as_long() - phi_t->lo_as_long())));\n@@ -854,0 +850,5 @@\n+ \/\/ May not have gone thru igvn yet so don't use _igvn.type(phi) (PhaseIdealLoop::is_counted_loop() sets the iv phi's type)\n+ const TypeInteger* phi_t = phi->bottom_type()->is_integer(bt);\n+ assert(phi_t->hi_as_long() >= phi_t->lo_as_long(), \"dead phi?\");\n+ iters_limit = checked_cast<int>(MIN2((julong)iters_limit, (julong)(phi_t->hi_as_long() - phi_t->lo_as_long())));\n+\n","filename":"src\/hotspot\/share\/opto\/loopnode.cpp","additions":5,"deletions":4,"binary":false,"changes":9,"status":"modified"}]}

jdk18/35/01/metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"head":{"repo":{"full_name":"rwestrel\/jdk18","html_url":"https:\/\/github.com\/rwestrel\/jdk18"},"sha":"757226657bdd779a909389d192d3537dae08f7e9"},"created_at":"2021-12-16T09:11:19.030092431Z","base":{"repo":{"full_name":"openjdk\/jdk18","html_url":"https:\/\/git.openjdk.java.net\/jdk18"},"sha":"475ec8e6c5abc3431344d69bd46395e8c4b46e4c"}}

0 commit comments

Comments
 (0)