RFR(S) : 8180386: remove jdk.testlibrary.TimeLimitedRunner

Igor Ignatyev igor.ignatyev at oracle.com
Thu May 18 21:49:17 UTC 2017


> On May 18, 2017, at 2:41 PM, Mandy Chung <mandy.chung at oracle.com> wrote:
> 
> 
>> On May 18, 2017, at 2:37 PM, Igor Ignatyev <igor.ignatyev at oracle.com> wrote:
>> 
>> 
>>> On May 18, 2017, at 2:34 PM, Mandy Chung <mandy.chung at oracle.com> wrote:
>>> This comment is not related to the change.  The package name `jdk.test.lib.wrappers` is odd.  TimeLimitedRunner and InfiniteLoop classes could simply be in the jdk.test.lib package or jdk.test.lib.util package.
>>> 
>>> Mandy
>>> 
>> 
>> agree, I'll file an RFE to find a better package for TimeLimitedRunner and InfiniteLoop classes.
> 
> Why not doing the rename with this patch?

there are hotspot tests which use jdk.test.lib.wrappers.TimeLimitedRunner and InfiniteLoop, so it will require changes in hotspot repo. I'd prefer to have removing classes from jdk testlibrary and renaming classes in top level testlibrary as separate patches for clarity purposes. 

-- Igor


More information about the core-libs-dev mailing list