comparison graal/com.oracle.graal.hotspot.amd64/src/com/oracle/graal/hotspot/amd64/AMD64HotSpotLIRGenerator.java @ 21657:137068704691

Remove obsoleted TODOs.
author Josef Eisl <josef.eisl@jku.at>
date Fri, 29 May 2015 15:44:36 +0200
parents c0f9aa6dc4cd
children 5024c80224c7
comparison
equal deleted inserted replaced
21656:e49a0ebb2659 21657:137068704691
333 } 333 }
334 } 334 }
335 } 335 }
336 336
337 Variable result; 337 Variable result;
338 // TODO (je) check if we can remove this
339 LIRFrameState deoptInfo = null; 338 LIRFrameState deoptInfo = null;
340 if (hotspotLinkage.canDeoptimize()) { 339 if (hotspotLinkage.canDeoptimize()) {
341 deoptInfo = state; 340 deoptInfo = state;
342 assert deoptInfo != null || getStub() != null; 341 assert deoptInfo != null || getStub() != null;
343 assert hotspotLinkage.needsJavaFrameAnchor(); 342 assert hotspotLinkage.needsJavaFrameAnchor();