Code Review for downports-jdk11u-dev2

Prepared by:goetz on Wed Jun 24 18:15:44 CEST 2020
Workspace:
Compare against: http://hg.openjdk.java.net/jdk-updates/jdk11u-dev
Compare against version:53308
Summary of changes: 190 lines changed: 134 ins; 31 del; 25 mod; 6321 unchg
Patch of changes: downports-jdk11u-dev2.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/opto/node.cpp

rev 53309 : 8246203: Segmentation fault in verification due to stack overflow with -XX:+VerifyIterativeGVN
Summary: Replace the recursive verification algorithm with an iterative one to avoid a stack overflow for large graphs.
Reviewed-by: kvn, thartmann
82 lines changed: 41 ins; 25 del; 16 mod; 2436 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/opto/node.hpp

rev 53309 : 8246203: Segmentation fault in verification due to stack overflow with -XX:+VerifyIterativeGVN
Summary: Replace the recursive verification algorithm with an iterative one to avoid a stack overflow for large graphs.
Reviewed-by: kvn, thartmann
2 lines changed: 0 ins; 1 del; 1 mod; 1743 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/opto/phaseX.cpp

rev 53309 : 8246203: Segmentation fault in verification due to stack overflow with -XX:+VerifyIterativeGVN
Summary: Replace the recursive verification algorithm with an iterative one to avoid a stack overflow for large graphs.
Reviewed-by: kvn, thartmann
16 lines changed: 3 ins; 5 del; 8 mod; 2142 unchg

------ ------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/compiler/loopopts/TestDeepGraphVerifyIterativeGVN.java

rev 53309 : 8246203: Segmentation fault in verification due to stack overflow with -XX:+VerifyIterativeGVN
Summary: Replace the recursive verification algorithm with an iterative one to avoid a stack overflow for large graphs.
Reviewed-by: kvn, thartmann
90 lines changed: 90 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using webrev (vers 25.12-hg+openjdk.java.net).