On Tue, 26 Oct 2021 07:48:05 GMT, Kevin Walls <kev...@openjdk.org> wrote:
> Nice cleanup - although was it not better for PerfDataFile.java to "own" the > definitions of what a perfdata filename looks like? That might be what Chris > was hinting at. There isn't really that _much_ flipping between two files. 8-) Hi Kevin, thanks for the review. I've moved the filename patterns back to PerfDataFile.java as you suggested. ------------- PR: https://git.openjdk.java.net/jdk/pull/5923