Ecosyste.ms: Timeline

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

openjdk/jdk

mcimadamore 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=21706&range=00) ([e0371b27](https:/...

View on GitHub

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

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

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

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

bridgekeeper[bot] created a comment on a pull request on openjdk/jdk
<!-- Welcome message --> :wave: Welcome back mcimadamore! 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 addit...

View on GitHub

mcimadamore created a comment on a pull request on openjdk/jdk
This are the results of running the new benchmark on my workstation: ``` Benchmark (kind) Mode Cnt Score Error Units CallByRefHighArity.n...

View on GitHub

mcimadamore opened a pull request on openjdk/jdk
8342902: Deduplication of acquire calls in BindingSpecializer causes escape-analyisis failure
This PR fixes an issue where passing many by-reference parameters to downcall results in escape analysis failures. The problem is that, as the parameters grow, the generated code in the trampoline ...
openjdk-notifier[bot] pushed 1 commit to pr/21703 openjdk/jdk

View on GitHub

offamitkumar created a review comment on a pull request on openjdk/jdk
updated :-)

View on GitHub

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

View on GitHub

openjdk-notifier[bot] pushed 64 commits to pr/21401 openjdk/jdk
  • 8340336: Open some checkbox awt tests Reviewed-by: prr, honkar 1ea1f33
  • 8341622: Tag-specific disabled default decorators for UnifiedLogging Reviewed-by: jsjolen, rcastanedalo, aboldtch 9bdface
  • 8341966: Broken annotated module may lead to an exception in javac Reviewed-by: asotona 7ff4ea8
  • 8342336: Optimize ClassFile imports Reviewed-by: liach 3ebfc6c
  • 8342329: G1: Rename G1HeapRegionManager::_allocated_heapregions_length Reviewed-by: tschatzl, shade 8e16e67
  • 8340389: vmTestbase/gc/gctests/PhantomReference/phantom001/TestDescription.java Test exit code: 97 with -Xcomp UseAVX... d6f8b46
  • 8341452: Test runtime/cds/appcds/DumpRuntimeClassesTest.java from JDK-8324259 is failing Reviewed-by: dholmes, iklam 363327e
  • 8339871: serviceability/sa/TestDebugInfoDecode.java should be driver Reviewed-by: cjplummer, lmesnik d915ac2
  • 8340987: Open some TextArea awt tests 1 Reviewed-by: prr, abhiscxk 7e98f59
  • 8341055: Open some TextArea awt tests 2 Reviewed-by: prr, abhiscxk 9a94884
  • 8342079: Shenandoah: Remove extra ShenandoahInitMarkRootsClosure Reviewed-by: wkemper, rkennke 979895d
  • 8341376: Open some TextArea awt tests 4 Reviewed-by: prr, abhiscxk 236c71c
  • 8325937: runtime/handshake/HandshakeDirectTest.java causes "monitor end should be strictly below the frame pointer" a... 83e9e48
  • 8342119: Shenandoah: Remove extra ShenandoahUpdateRefsClosure Reviewed-by: wkemper, kdnilsen, rkennke b993227
  • 8340851: Open some TextArea awt tests Reviewed-by: prr 40a44e1
  • 8340494: Open some dialog awt tests 4 Reviewed-by: dnguyen, honkar 60af907
  • 8339975: Open some dialog awt tests 2 Reviewed-by: azvegint 12551ae
  • 8339341: SurfaceManager cacheMap retains strong references Reviewed-by: jdv, prr fe83b7d
  • 8341292: Open some TextArea awt tests 3 Reviewed-by: prr, abhiscxk f7e8f50
  • 8311530: Deprecate jdk.jsobject module for removal Reviewed-by: rriggs, alanb, erikj 2b03dbd
  • and 44 more ...

View on GitHub

RealLucy created a review comment on a pull request on openjdk/jdk
How about using `__ z_slgfi(OSR_buf, locals_space);` instead?

View on GitHub

RealLucy created a review comment on a pull request on openjdk/jdk
How about using `__ z_algfi(OSR_buf, locals_space);` instead?

View on GitHub

RealLucy created a review on a pull request on openjdk/jdk
Just some academic improvements...

View on GitHub

RealLucy created a review on a pull request on openjdk/jdk
Just some academic improvements...

View on GitHub

AlanBateman created a comment on a pull request on openjdk/jdk
> There is no `noreg-*` label on the issue. Is this change covered by an existing test? DirectoryStream/SecureDS.java is the test for this API. Right now it only runs on Linux (it used to run on...

View on GitHub

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

View on GitHub

Hamlin-Li created a review comment on a pull request on openjdk/jdk
Same here.

View on GitHub

Hamlin-Li created a review comment on a pull request on openjdk/jdk
To align with the pattern in this file, extra space should be removed.

View on GitHub

Hamlin-Li created a review on a pull request on openjdk/jdk
Looks good. Just one minor comment.

View on GitHub

Hamlin-Li created a review on a pull request on openjdk/jdk
Looks good. Just one minor comment.

View on GitHub

jonath4ndev created a review comment on a pull request on openjdk/jdk
I would propose `ClassWriterCodeIndentTest`. Although a little longer, it makes clear we are testing the Path `ClassWriter->CoderWriter` and not the similar `AttributeWriter->CodeWriter` control fl...

View on GitHub

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

View on GitHub

jonath4ndev created a review comment on a pull request on openjdk/jdk
I initially had something like this, but was not sure if the generated classfile could differ between jdk versions/implementations. I assume this is not a valid concern for such a simple example?

View on GitHub

jonath4ndev 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 (2437133404:1) --> @TheShermanTanker <!-- removed label: 'i18n' --> The `i18n` label was successfully removed.

View on GitHub

eme64 created a comment on a pull request on openjdk/jdk
I'm experimenting now. I have taken my benchmark from https://github.com/openjdk/jdk/pull/19880, and extended it a little. Here the full results in the [PDF](https://github.com/user-attachments/fil...

View on GitHub

TheShermanTanker created a comment on a pull request on openjdk/jdk
I don't know what label jpackage falls under /label -core-libs /label -i18n

View on GitHub

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

pr/21664

Load more