Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Support/Test for InvokeDynamic, Default Methods, Lambdas #7

Open
9 tasks
VijayKrishna opened this issue May 25, 2016 · 0 comments
Open
9 tasks

Support/Test for InvokeDynamic, Default Methods, Lambdas #7

VijayKrishna opened this issue May 25, 2016 · 0 comments
Assignees

Comments

@VijayKrishna
Copy link
Member

Blinky currently does not support nor test the instrumentation of the InvokeDynamic byte-code instruction, nor does it account for the specific changes/features that came in with Java 8 like default methods in Interfaces or Lambdas. Below is a preliminary list of things that need to to accounted for with this regard.

  • Invokedynamic bytecode instruction (!!!)
  • Default methods in Interfaces
  • Lambdas
  • Method Handles
  • java.util.Stream
    • getStream.parallel()
    • getStream.collect()
    • stream().reduce(...)
  • java.util.function

Note that InvokeDynamic and Java 8 support are two distinct things to cater for and support. Supporting Invokedynamic does not imply that all new relevant features in Java 8 have been supported or tested.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant