Re: RFR: 8344865: SM cleanup in sun/reflect/annotation [v2]

2024-11-23 Thread Jaikiran Pai
On Fri, 22 Nov 2024 18:55:42 GMT, Roger Riggs wrote: >> Refactored doPrivileged and removed imports in sun.reflect.annotation >> classes: >> AnnotationInvocationHandler, AnnotationParser, AnnotationSupport, and >> AnnotationType. > > Roger Riggs has updated the pull request incrementally with o

Re: RFR: 8344865: SM cleanup in sun/reflect/annotation [v2]

2024-11-22 Thread Chen Liang
On Fri, 22 Nov 2024 18:55:42 GMT, Roger Riggs wrote: >> Refactored doPrivileged and removed imports in sun.reflect.annotation >> classes: >> AnnotationInvocationHandler, AnnotationParser, AnnotationSupport, and >> AnnotationType. > > Roger Riggs has updated the pull request incrementally with o

Re: RFR: 8344865: SM cleanup in sun/reflect/annotation [v2]

2024-11-22 Thread Roger Riggs
> Refactored doPrivileged and removed imports in sun.reflect.annotation classes: > AnnotationInvocationHandler, AnnotationParser, AnnotationSupport, and > AnnotationType. Roger Riggs has updated the pull request incrementally with one additional commit since the last revision: Update copyrigh

Re: RFR: 8344865: SM cleanup in sun/reflect/annotation

2024-11-22 Thread Chen Liang
On Fri, 22 Nov 2024 17:35:27 GMT, Roger Riggs wrote: > Refactored doPrivileged and removed imports in sun.reflect.annotation classes: > AnnotationInvocationHandler, AnnotationParser, AnnotationSupport, and > AnnotationType. Marked as reviewed by liach (Reviewer). src/java.base/share/classes/su

RFR: 8344865: SM cleanup in sun/reflect/annotation

2024-11-22 Thread Roger Riggs
Refactored doPrivileged and removed imports in sun.reflect.annotation classes: AnnotationInvocationHandler, AnnotationParser, AnnotationSupport, and AnnotationType. - Commit messages: - 8344865: SM cleanup in sun/reflect/annotation Changes: https://git.openjdk.org/jdk/pull/22328/fi