Ecosyste.ms: Timeline

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

openjdk/jdk

openjdk[bot] created a comment on a pull request on openjdk/jdk
❗ This change is not yet ready to be integrated. See the **Progress** checklist in the description for automated requirements. <!-- PullRequestBot merge is ready comment --> <!-- PullRequestBot pla...

View on GitHub

bridgekeeper[bot] created a comment on a pull request on openjdk/jdk
<!-- Welcome message --> :wave: Welcome back amenkov! A progress list of the required criteria for merging this PR into `master` will be added to the body of your pull request. There are additiona...

View on GitHub

dholmes-ora created a review comment on a pull request on openjdk/jdk
Oh that is subtle.

View on GitHub

dholmes-ora created a review on a pull request on openjdk/jdk

View on GitHub

alexmenkov opened a pull request on openjdk/jdk
8342577: Clean up JVMTI breakpoint support
The fix cleans up code to support list of JVMTI breakpoints. - classes required to supports cache of byte code pointers (GrowableElement, GrowableCache, JvmtiBreakpointCache) are dropped; - class...
banwe starred openjdk/jdk
dholmes-ora created a comment on a pull request on openjdk/jdk
What if you split into separate test files (.cpp) as well so that rather than one gtest that checks everything you have several smaller ones. That will reduce compilation overhead as required and a...

View on GitHub

openjdk-notifier[bot] pushed 1 commit to pr/21599 openjdk/jdk
  • Address some changes from code review 7fbc450

View on GitHub

jaskarth created a review comment on a pull request on openjdk/jdk
This is a fair point, I added it originally since macro expansion also printed before and after but I see now that there is some extra logic that isn't covered before macro expansion. I think it ma...

View on GitHub

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

View on GitHub

mlbridge[bot] created a comment on a pull request on openjdk/jdk
<!-- mlbridge webrev comment --> <!-- mlbridge webrev header --> ### Webrevs <!-- mlbridge webrev list --> * 00: [Full](https://webrevs.openjdk.org/?repo=jdk&pr=21674&range=00) ([a8cc7e9e](https:/...

View on GitHub

openjdk-notifier[bot] created a branch on openjdk/jdk

pr/21674 - JDK main-line development https://openjdk.org/projects/jdk

openjdk[bot] created a comment on a pull request on openjdk/jdk
@bplb The following label will be automatically applied to this pull request: - `nio` When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list...

View on GitHub

openjdk[bot] created a comment on a pull request on openjdk/jdk
❗ This change is not yet ready to be integrated. See the **Progress** checklist in the description for automated requirements. <!-- PullRequestBot merge is ready comment --> <!-- PullRequestBot pla...

View on GitHub

bplb created a comment on a pull request on openjdk/jdk
The validity of using a temporal threshold on elapsed time as a failure criterion, as well as the value of that threshold, are not considered at this time.

View on GitHub

bplb opened a pull request on openjdk/jdk
8338426: Test java/nio/channels/Selector/WakeupNow.java failed
`System.currentTimeMillis()` is replaced with `System.nanoTime()` and the elapsed time is added to the failure exception message.
sudo-tristan starred openjdk/jdk
RedCrabVb starred openjdk/jdk
openjdk-notifier[bot] deleted a branch openjdk/jdk

pr/21141

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

View on GitHub

RealFYang created a review comment on a pull request on openjdk/jdk
Nit: Better to move it out of the `EXPERIMENTAL` group. Maybe immediately after the line for `UseZfh`.

View on GitHub

RealFYang created a review on a pull request on openjdk/jdk
Thanks for carrying the verification.

View on GitHub

RealFYang created a review on a pull request on openjdk/jdk
Thanks for carrying the verification.

View on GitHub

openjdk[bot] created a comment on a pull request on openjdk/jdk
<!-- Jmerge command reply message (2433848868) --> @slowhog Pushed as commit 158b93d19a518d2b9d3d185e2d4c4dbff9c82aab. :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
8335912: Add an operation mode to the jar command when extracting to not overwriting existing files
This PR support a -k, --keep options like tar that allows jar to avoid override existing files. <!-- Anything below this marker will be automatically updated, please do not edit manually! --> ----...
openjdk[bot] pushed 1 commit to master openjdk/jdk
  • 8335912: Add an operation mode to the jar command when extracting to not overwriting existing files Reviewed-by: lancea 158b93d

View on GitHub

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

View on GitHub

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

View on GitHub

jddarcy created a review comment on a pull request on openjdk/jdk
I checked the code in java.base and this method is only called by the wrapper classes (and void), as expected. I think the refactoring is good, but would like to see a comment here along the lin...

View on GitHub

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

View on GitHub

Load more