OverMapped icon indicating copy to clipboard operation
OverMapped copied to clipboard

Methods that go from private -> public use invokespecial

Open Wolvereness opened this issue 12 years ago • 0 comments

The bytecode instruction for invoked methods that were previously private, but become public, still use the invokespecial, which will ignore overridden implementations.

Wolvereness avatar Sep 30 '13 04:09 Wolvereness