You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/utils/IdealGraphVisualizer/ServerCompiler/src/main/java/com/sun/hotspot/igv/servercompiler/ServerCompilerScheduler.java
+23-3Lines changed: 23 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ private static class Node {
67
67
publicbooleanisBlockProjection;
68
68
publicbooleanisBlockStart;
69
69
publicbooleanisCFG;
70
+
publicbooleanisParm;
71
+
publicbooleanisProj;
70
72
publicintrank; // Rank for local scheduling priority.
71
73
72
74
// Empty constructor for creating dummy CFG nodes without associated
0 commit comments