src/share/vm/opto/block.cpp

changeset 1268
acba6af809c8
parent 1063
7bb995fbd3c0
child 1328
dd0a4e1e219b
equal deleted inserted replaced
1263:b64314863098 1268:acba6af809c8
354 Phase(CFG), 354 Phase(CFG),
355 _bbs(a), 355 _bbs(a),
356 _root(r) 356 _root(r)
357 #ifndef PRODUCT 357 #ifndef PRODUCT
358 , _trace_opto_pipelining(TraceOptoPipelining || C->method_has_option("TraceOptoPipelining")) 358 , _trace_opto_pipelining(TraceOptoPipelining || C->method_has_option("TraceOptoPipelining"))
359 #endif
360 #ifdef ASSERT
361 , _raw_oops(a)
359 #endif 362 #endif
360 { 363 {
361 ResourceMark rm; 364 ResourceMark rm;
362 // I'll need a few machine-specific GotoNodes. Make an Ideal GotoNode, 365 // I'll need a few machine-specific GotoNodes. Make an Ideal GotoNode,
363 // then Match it into a machine-specific Node. Then clone the machine 366 // then Match it into a machine-specific Node. Then clone the machine

mercurial