Re: RFR: 8337458: Remove debugging code print_cpool_bytes

2025-01-22 Thread Coleen Phillimore
On Tue, 21 Jan 2025 21:19:06 GMT, Coleen Phillimore wrote: > Please review this change to remove debug printing code that was added > temporarily for the ClassFileReconstituter to debug constant pool copying a > long time ago, that is now unused. > Tested with tier1 locally. Thanks for reviewi

Re: RFR: 8337458: Remove debugging code print_cpool_bytes

2025-01-22 Thread Aleksey Shipilev
On Tue, 21 Jan 2025 21:19:06 GMT, Coleen Phillimore wrote: > Please review this change to remove debug printing code that was added > temporarily for the ClassFileReconstituter to debug constant pool copying a > long time ago, that is now unused. > Tested with tier1 locally. Marked as reviewed

Re: RFR: 8337458: Remove debugging code print_cpool_bytes

2025-01-21 Thread David Holmes
On Tue, 21 Jan 2025 21:19:06 GMT, Coleen Phillimore wrote: > Please review this change to remove debug printing code that was added > temporarily for the ClassFileReconstituter to debug constant pool copying a > long time ago, that is now unused. > Tested with tier1 locally. Looks fine. Thanks