for review (L): 6858164: invokedynamic code needs some cleanup (post-6655638)

Christian Thalinger Christian.Thalinger at Sun.COM
Mon Jul 27 05:12:18 PDT 2009


John Rose wrote:
> http://cr.openjdk.java.net/~jrose/6858164/vm-webrev.01/

Looks good, but I think that one does not compile with newer GCCs:

+  printf("MH %s mh="PTR_FORMAT" sp=("PTR_FORMAT"+"INTX_FORMAT")
stack_size="INTX_FORMAT" bp="PTR_FORMAT"\n",
+         adaptername, mh, entry_sp, (saved_sp - entry_sp), (base_sp -
last_sp), saved_bp);

-- Christian



More information about the hotspot-compiler-dev mailing list