> Thread.sleep has had quite a bit of churn recently to support virtual
> threads, add sleep(Duration), a JFR event, and the change the underlying
> implementation to support sub-millis precision. I think the changes have
> settled down now so we can do some small cleanups that came up in PR
>
On Mon, 5 Jun 2023 19:44:35 GMT, Alan Bateman wrote:
> > I think we need to delay this until
> > [JDK-8309361](https://bugs.openjdk.org/browse/JDK-8309361) is resolved, in
> > case we would like to revert
> > [JDK-8305092](https://bugs.openjdk.org/browse/JDK-8305092).
>
> Okay, I won't integr
On Sun, 4 Jun 2023 11:28:33 GMT, Alan Bateman wrote:
> Thread.sleep has had quite a bit of churn recently to support virtual
> threads, add sleep(Duration), a JFR event, and the change the underlying
> implementation to support sub-millis precision. I think the changes have
> settled down now
On Mon, 5 Jun 2023 20:05:24 GMT, Chris Plummer wrote:
> The following commit in loom heavily modified this file with a lot of added
> expected methods. There are other related tests with similar changes. I'm not
> so sure I understand the need for so many additions, and also why
> expectedLeng
On Mon, 5 Jun 2023 15:10:18 GMT, Alan Bateman wrote:
>> test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/ThreadController.java
>> line 660:
>>
>>> 658: expectedMethods.add(Thread.class.getName() + ".sleep");
>>> 659: expectedMethods.add(Thread.class.getName() + ".sleepNanos");
On Mon, 5 Jun 2023 17:25:43 GMT, Aleksey Shipilev wrote:
> I think we need to delay this until
> [JDK-8309361](https://bugs.openjdk.org/browse/JDK-8309361) is resolved, in
> case we would like to revert
> [JDK-8305092](https://bugs.openjdk.org/browse/JDK-8305092).
Okay, I won't integrate this
On Sun, 4 Jun 2023 11:28:33 GMT, Alan Bateman wrote:
> Thread.sleep has had quite a bit of churn recently to support virtual
> threads, add sleep(Duration), a JFR event, and the change the underlying
> implementation to support sub-millis precision. I think the changes have
> settled down now
On Mon, 5 Jun 2023 07:26:57 GMT, David Holmes wrote:
>> Thread.sleep has had quite a bit of churn recently to support virtual
>> threads, add sleep(Duration), a JFR event, and the change the underlying
>> implementation to support sub-millis precision. I think the changes have
>> settled down
On Sun, 4 Jun 2023 11:28:33 GMT, Alan Bateman wrote:
> Thread.sleep has had quite a bit of churn recently to support virtual
> threads, add sleep(Duration), a JFR event, and the change the underlying
> implementation to support sub-millis precision. I think the changes have
> settled down now
On Sun, 4 Jun 2023 11:28:33 GMT, Alan Bateman wrote:
> Thread.sleep has had quite a bit of churn recently to support virtual
> threads, add sleep(Duration), a JFR event, and the change the underlying
> implementation to support sub-millis precision. I think the changes have
> settled down now
Thread.sleep has had quite a bit of churn recently to support virtual threads,
add sleep(Duration), a JFR event, and the change the underlying implementation
to support sub-millis precision. I think the changes have settled down now so
we can do some small cleanups that came up in PR discussions
11 matches
Mail list logo