This feature covers various incremental improvements to the classfile format.
Incremental changes would consist of:
adding split verifier support
adding support for class literals
The split verifier architecture that was introduced in CDLC via
JSR-030 and JSR-139 offers significant improvements over the classic
JVM verifier, includding reduced verification time. It appears
useful to allow this verification format to be used with J2SE.
Since JDK 1.1 the Java language has included support for accessing
class literals though expressions such as "MyClassName.class". However
there has been no direct support for this in the classfile format and
it appears that adding classfile support will be a useful simplification.
###@###.### 2002-02-218
###@###.### 2002-02-18
###@###.### 2002-02-20
###@###.### 2002-09-12
Some applications that automatically generate Java source code
(such as JSP compilers) used to report problems due
to method size limits. This is resolved separately as bug 4883286
###@###.### 2003-09-04