RFR: 8311514: Incorrect regex in TestMetaSpaceLog.java [v2]
Daohan Qu
dqu at openjdk.org
Thu Jul 6 13:44:52 UTC 2023
On Thu, 6 Jul 2023 13:35:48 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Can you please use \d+ for numbers?
> Also, maybe define ([0-9]+)K as substring once and assemble the regex from that?
Good idea as I find my regex sort of explodes. :P
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14782#issuecomment-1623704671
More information about the hotspot-gc-dev
mailing list