summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2016-10-09 10:24:00 -0500
committerLukas Rytz <lukas.rytz@gmail.com>2016-10-09 18:11:47 -0500
commite794e513264373bc73b0b338cb1fef647984e26a (patch)
tree3d0be200246e461c41a45fb03ad28299a9026cce /src/manual
parentada6b6b67a0ee3fd4e8251d22abce1cdd6cbb931 (diff)
downloadscala-e794e513264373bc73b0b338cb1fef647984e26a.tar.gz
scala-e794e513264373bc73b0b338cb1fef647984e26a.tar.bz2
scala-e794e513264373bc73b0b338cb1fef647984e26a.zip
Fix the interface flag when re-writing a closure call to the body method
When re-writing a closure invocation to the body method, the `itf` flag of the invocation instruction was incorrect: it needs to be true if the method is defined in an interface (including static methdos), not if the method is invoked through `INVOKEINTERFACE`. JDK 8 doesn't flag this inconsistency and executes the bytecode, but the verifier in JDK 9 throws an `IncompatibleClassChangeError`. Similar fixes went into e619b03.
Diffstat (limited to 'src/manual')
0 files changed, 0 insertions, 0 deletions