[jdk20] RFR: 8299237: add ArraysSupport.newLength test to a test group

2022-12-22 Thread Stuart Marks
It was running as part of tier4 (which is kind of a catch-all tier) but since it's (an internal) part of java.util, it should really be in tier1. This adds the test/jdk/jdk/internal/util directory to the :jdk_util_other test group. - Commit messages: - 8299237: add ArraysSupport.ne

Re: [jdk20] RFR: 8299237: add ArraysSupport.newLength test to a test group

2022-12-22 Thread Naoto Sato
On Thu, 22 Dec 2022 21:25:39 GMT, Stuart Marks wrote: > It was running as part of tier4 (which is kind of a catch-all tier) but since > it's (an internal) part of java.util, it should really be in tier1. This adds > the test/jdk/jdk/internal/util directory to the :jdk_util_other test group. Ma