Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

openjdk/jdk

merykitty created a review comment on a pull request on openjdk/jdk
Another reason is that lowering being done late allows us to have more freedom to break some invariants of the nodes, such as looking through `VectorReinterpret`. An example is this (really crafted...

View on GitHub

merykitty created a review on a pull request on openjdk/jdk

View on GitHub

RogerRiggs created a review on a pull request on openjdk/jdk
lgtm

View on GitHub

pchilano created a review comment on a pull request on openjdk/jdk
Ok, renamed to timedWaitSeqNo.

View on GitHub

pchilano created a review on a pull request on openjdk/jdk

View on GitHub

pchilano created a review comment on a pull request on openjdk/jdk
Not really, it is the state we set when the virtual thread is mounted and runs again. In this case it will just run to re-contest for the monitor.

View on GitHub

pchilano created a review on a pull request on openjdk/jdk

View on GitHub

openjdk-notifier[bot] deleted a branch openjdk/jdk

pr/21649

openjdk-notifier[bot] commented on a commit on openjdk/jdk
<!-- COMMIT COMMENT NOTIFICATION --> ### Review - [openjdk/jdk/21649](https://git.openjdk.org/jdk/pull/21649) ### Issues - [JDK-8342858](https://bugs.openjdk.org/browse/JDK-8342858)

View on GitHub

pchilano created a review comment on a pull request on openjdk/jdk
It means it is scheduled to run again and re-contest for the monitor.

View on GitHub

pchilano created a review on a pull request on openjdk/jdk

View on GitHub

RogerRiggs created a review on a pull request on openjdk/jdk
lgtm

View on GitHub

pchilano created a review comment on a pull request on openjdk/jdk
Since the unmount is triggered from the VM we never call yieldContinuation(), unlike with the PARKING case. In other words, there are no two cases to handle. If freezing the continuation fails, the...

View on GitHub

pchilano created a review on a pull request on openjdk/jdk

View on GitHub

pchilano created a review comment on a pull request on openjdk/jdk
Fixed.

View on GitHub

pchilano created a review on a pull request on openjdk/jdk

View on GitHub

pchilano created a review comment on a pull request on openjdk/jdk
Yes, we could define a new public constant `static const int64_t FIRST_AVAILABLE_TID = 3` (or some similar name) and use it here: ``` diff --git a/src/hotspot/share/runtime/threadIdentifier.cpp...

View on GitHub

pchilano created a review on a pull request on openjdk/jdk

View on GitHub

merykitty created a review comment on a pull request on openjdk/jdk
Because lowering is a transformation that increases the complexity of the graph. - A `d = ExtractD(z, 4)` expanded into `x = VectorExtract(z, 2); d = ExtractD(x, 0)` increases the number of nod...

View on GitHub

merykitty created a review on a pull request on openjdk/jdk

View on GitHub

openjdk[bot] created a comment on a pull request on openjdk/jdk
<!-- Jmerge command reply message (2432943970) --> @erikj79 Pushed as commit a522d216b5bebbf103e5a823f0bba22cf1508883. :bulb: You may see a message that your pull request was closed with unmerged ...

View on GitHub

openjdk[bot] closed a pull request on openjdk/jdk
8342858: Make target mac-jdk-bundle fails on chmod command
The target mac-jdk-bundle can fail randomly. MacBundles.gmk defines a large number of individual copy rules, which can execute in any order. The "install-file" (our copy) macro on macos includes a ...
openjdk[bot] pushed 1 commit to master openjdk/jdk
  • 8342858: Make target mac-jdk-bundle fails on chmod command Reviewed-by: lucy, ihse a522d21

View on GitHub

openjdk[bot] created a comment on a pull request on openjdk/jdk
<!-- prepush a522d216b5bebbf103e5a823f0bba22cf1508883 --> Going to push as commit a522d216b5bebbf103e5a823f0bba22cf1508883. Since your change was applied there have been 9 commits pushed to the `ma...

View on GitHub

erikj79 created a comment on a pull request on openjdk/jdk
/integrate

View on GitHub

erikj79 created a comment on a pull request on openjdk/jdk
> This finally explains the odd problem you reported in [#20837 (comment)](https://github.com/openjdk/jdk/pull/20837#issuecomment-2327132241). That has been worrying me a bit, if there were some is...

View on GitHub

pchilano created a review comment on a pull request on openjdk/jdk
I renamed it to transfer_lockstack() and applied the suggested version with the lambda.

View on GitHub

pchilano created a review on a pull request on openjdk/jdk

View on GitHub

pchilano created a review comment on a pull request on openjdk/jdk
Done. I combined it with the oop clearing suggestion.

View on GitHub

pchilano created a review on a pull request on openjdk/jdk

View on GitHub

Load more