RFR (S): 8011138: C2: stack overflow in compiler thread because of recursive inlining of lambda form methods
Roland Westrelin
roland.westrelin at oracle.com
Thu Oct 3 01:40:58 PDT 2013
> I was tempted to remove the InlineTree::_caller_jvms completely but that might be too intrusive for now.
Why do you need to pass a jvms rather than use caller_jvms()?
Does a lambda form always have a receiver?
You should probably use:
caller_argument0->uncast() == callee_argument0->uncast()
Roland.
More information about the hotspot-compiler-dev
mailing list