OverMapped
OverMapped copied to clipboard
Methods that go from private -> public use invokespecial
The bytecode instruction for invoked methods that were previously private, but become public, still use the invokespecial, which will ignore overridden implementations.