[code-reflection] RFR: CoreOps to CoreOp, ExtendedOps to ExtendedOp [v2]

Maurizio Cimadamore mcimadamore at openjdk.org
Fri May 3 09:40:05 UTC 2024


On Thu, 2 May 2024 21:46:27 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Rename `CoreOps` to `CoreOp` and become the top-top for all core operations. Same for `ExtendedOps`.
>
> Paul Sandoz has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove errant insert when refactoring

src/java.base/share/classes/java/lang/reflect/code/op/CoreOp.java line 45:

> 43:  * Java Language Specification
> 44:  */
> 45: public sealed abstract class CoreOp extends ExternalizableOp {

Nice change

-------------

PR Review Comment: https://git.openjdk.org/babylon/pull/73#discussion_r1588970946


More information about the babylon-dev mailing list