Ecosyste.ms: Timeline

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

openjdk/jdk

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

View on GitHub

openjdk-notifier[bot] pushed 1 commit to pr/21651 openjdk/jdk

View on GitHub

Hamlin-Li created a review on a pull request on openjdk/jdk
Thanks for catching! Looks good, and trivial.

View on GitHub

liach created a review comment on a pull request on openjdk/jdk
If you use `& ~0xFFFF` you must use `!= 0` as the mask includes the sign bit.

View on GitHub

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

View on GitHub

openjdk-notifier[bot] pushed 1 commit to pr/21615 openjdk/jdk
  • Use uc_mcontext.fpregs instead of __fpregs_mem._xmm and fix copied uc_mcontext in store_context. a68d167

View on GitHub

TheRealMDoerr created a comment on a pull request on openjdk/jdk
It works when I repair the copied `uc_mcontext` (see 2nd commit). Please take a look. Note that I'm using little endian style: print the high order half first which is at offset 8, then the low ord...

View on GitHub

openjdk-notifier[bot] pushed 1 commit to pr/21651 openjdk/jdk

View on GitHub

openjdk[bot] commented on a commit on openjdk/jdk
<!-- Jmerge command reply message (148314916) --> @GoeLin the [backport](https://github.com/openjdk-bots/jdk21u-dev/commit/5726d029d34f29b80d665d13c926cc184e9afc28) was successfully created on the ...

View on GitHub

GoeLin commented on a commit on openjdk/jdk
/backport jdk21u-dev

View on GitHub

openjdk[bot] created a comment on a pull request on openjdk/jdk
<!-- Jmerge command reply message (2435201981) --> @dougxc the [backport](https://github.com/openjdk-bots/jdk23u/commit/f6deeb6607f12d2a1576f26d2f79b910d54304df) was successfully created on the bra...

View on GitHub

nizarbenalla created a review comment on a pull request on openjdk/jdk
I was trying to chose between this and `tree.size & ~0xFFFF`, I think `javac` will sometimes check if an int is larger than `0xFFFF`

View on GitHub

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

View on GitHub

dougxc created a comment on a pull request on openjdk/jdk
Since this fails intermittently in 23u, I'm backporting it: /backport jdk23u

View on GitHub

TobiHartmann created a comment on a pull request on openjdk/jdk
Let's integrate this asap to get our testing back to a clean state.

View on GitHub

openjdk[bot] commented on a commit on openjdk/jdk
<!-- Jmerge command reply message (148314587) --> @GoeLin the [backport](https://github.com/openjdk-bots/jdk17u-dev/commit/b2747212bdf3e121656918132a4f0bf27be7b292) was successfully created on the ...

View on GitHub

GoeLin commented on a commit on openjdk/jdk
/backport jdk17u-dev

View on GitHub

jaikiran created a review on a pull request on openjdk/jdk
This doc-only change which merely reorders the `@param` tags looks OK to me.

View on GitHub

kevinjwalls created a review comment on a pull request on openjdk/jdk
It's a bit of a nit, but "dumpheap" and other existing commands never use caps but the new "getVersion" does?

View on GitHub

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

View on GitHub

GoeLin commented on a commit on openjdk/jdk
/backport jdk21u-dev

View on GitHub

openjdk-notifier[bot] pushed 1 commit to pr/21501 openjdk/jdk

View on GitHub

RealLucy created a review on a pull request on openjdk/jdk
LGTM.

View on GitHub

jdksjolen created a comment on a pull request on openjdk/jdk
Still awaiting review!

View on GitHub

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

pr/21567

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

View on GitHub

openjdk[bot] commented on a commit on openjdk/jdk
<!-- Jmerge command reply message (148313855) --> @GoeLin the [backport](https://github.com/openjdk-bots/jdk17u-dev/commit/4d0a98089893ed3ad93c12912dc3de4d0803c81a) was successfully created on the ...

View on GitHub

openjdk[bot] commented on a commit on openjdk/jdk
<!-- Jmerge command reply message (148313848) --> @GoeLin the [backport](https://github.com/openjdk-bots/jdk21u-dev/commit/f14eb409b9f270f9d63064e763956648b1746e87) was successfully created on the ...

View on GitHub

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

View on GitHub

openjdk[bot] closed a pull request on openjdk/jdk
8342075: HttpClient: improve HTTP/2 flow control checks
Please find here a fix that improves flow control in the HTTP/2 implementation. The change makes sure that flow control issues are reported to the server as FLOW_CONTROL_ERROR. It also clarify ...
Load more