Skip to content

Support for standard library polyfills #3

@lqc

Description

@lqc

I really like the idea behind this project. What the frontpage does not mention, is that a valid Java 8 bytecode can't still have a hard time running on actual JRE8 because of missing pieces of the standard library like List.of().

So the idea is that the plugin could somehow rewrite references of java.util.List#of() to a different static method in a specially created polyfill library.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions