Re: RFR: 8306482: Remove unused Method AccessFlags

2023-04-20 Thread Coleen Phillimore
On Thu, 20 Apr 2023 00:35:06 GMT, Coleen Phillimore wrote: > Please review this small change to remove Method AccessFlags that are unused. > These flags were moved to ConstMethod a long time ago. > Tested with tier1-4, SA tests locally Thanks David and Matias. - PR Comment: https

Re: RFR: 8306482: Remove unused Method AccessFlags

2023-04-20 Thread Matias Saavedra Silva
On Thu, 20 Apr 2023 00:35:06 GMT, Coleen Phillimore wrote: > Please review this small change to remove Method AccessFlags that are unused. > These flags were moved to ConstMethod a long time ago. > Tested with tier1-4, SA tests locally Nice cleanup, LGTM! - Marked as reviewed by

Re: RFR: 8306482: Remove unused Method AccessFlags

2023-04-19 Thread David Holmes
On Thu, 20 Apr 2023 00:35:06 GMT, Coleen Phillimore wrote: > Please review this small change to remove Method AccessFlags that are unused. > These flags were moved to ConstMethod a long time ago. > Tested with tier1-4, SA tests locally Seems okay. Thanks. - Marked as reviewed by