Re: RFR: 8278863: Add method ClassDesc::ofInternalName [v2]

2022-06-17 Thread Jorn Vernee
On Fri, 17 Jun 2022 17:03:52 GMT, Adam Sotona wrote: >> The symbolic constants API (`java.lang.constant`) was designed, in part, to >> provide bytecode parsing and generation APIs with a validated, common, >> symbolic form for constants in Java class files. >> >> There is an easy way to creat

Re: RFR: 8278863: Add method ClassDesc::ofInternalName [v2]

2022-06-17 Thread Adam Sotona
On Fri, 17 Jun 2022 17:03:52 GMT, Adam Sotona wrote: >> The symbolic constants API (`java.lang.constant`) was designed, in part, to >> provide bytecode parsing and generation APIs with a validated, common, >> symbolic form for constants in Java class files. >> >> There is an easy way to creat

Re: RFR: 8278863: Add method ClassDesc::ofInternalName [v2]

2022-06-17 Thread Adam Sotona
On Fri, 17 Jun 2022 15:01:16 GMT, Jorn Vernee wrote: >> Adam Sotona has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update test/jdk/java/lang/constant/ClassDescTest.java >> >> Co-authored-by: Jorn Vernee > > test/jdk/java/lang/cons

Re: RFR: 8278863: Add method ClassDesc::ofInternalName [v2]

2022-06-17 Thread Adam Sotona
> The symbolic constants API (`java.lang.constant`) was designed, in part, to > provide bytecode parsing and generation APIs with a validated, common, > symbolic form for constants in Java class files. > > There is an easy way to create a `ClassDesc` from a binary name > (`ClassDesc::of`) or a