Closed
Description
Currently the default method forward to the static method (which exists solely as a target of invokestatic from super calls).
I believe we can and should switch the direction: make the static method invokespecial the default method (which skips overrides, right?) after leaving the code in place.
This will result in more natural stack traces for the common case.