comparison src/share/vm/opto/block.cpp @ 839:bb18957ad21e

Merge
author ysr
date Fri, 10 Jul 2009 16:01:20 -0700
parents acba6af809c8
children dd0a4e1e219b
comparison
equal deleted inserted replaced
838:0316eac49d5a 839:bb18957ad21e
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