-
Bug
-
Resolution: Fixed
-
P4
-
25
In core parts of ClassFile API (that is, excluding the components), we should avoid pattern matching switches, which uses bootstrap methods and method handles which depends on ClassFile API. This can form a circular dependency when class file parsing or transformation is used by any early bootstrap code.
- relates to
-
JDK-8354899 Reduce overhead associated with type switches
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/ffe6a4f9
-
Review(master) openjdk/jdk/24807