java.base should provide best practices for Class File API
1. Use fluent coding style
2. Use aconst_null instead of oadConstant(null)
3. Use astore intead of 'storeLocal(REFERENCE'
4. Use aload instead of 'loadLocal(REFERENCE'
5. Use 'lload/lstore' instead of 'loadLocal(LONG)/storeLocal(LONG)'
1. Use fluent coding style
2. Use aconst_null instead of oadConstant(null)
3. Use astore intead of 'storeLocal(REFERENCE'
4. Use aload instead of 'loadLocal(REFERENCE'
5. Use 'lload/lstore' instead of 'loadLocal(LONG)/storeLocal(LONG)'
- links to
-
Commit(master) openjdk/jdk/62acc9c1
-
Review(master) openjdk/jdk/21355