rgrig / barista

fork of Barista, an OCaml library for handling Java bytecode
http://barista.x9c.fr/
GNU Lesser General Public License v3.0
1 stars 0 forks source link

support java 8 flag combinations #27

Open rgrig opened 7 years ago

rgrig commented 7 years ago

Barista fails on interfaces with default methods. The function AccessFlag.check_method_flags should implement what S4.6 of JVM8 spec says (or whatever section it is in JVM9).