Ecosyste.ms: Timeline

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

openjdk/jdk

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

View on GitHub

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

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

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

View on GitHub

kumarabhi006 created a review comment on a pull request on openjdk/jdk
You may like to replace `realImg.getWidth()` and `realImg.getHeight()` with IMAGE_WIDTH and IMAGE_HEIGHT since that is the width and height of `realImg`.. ```suggestion if (imgWidth != ...

View on GitHub

kumarabhi006 created a review comment on a pull request on openjdk/jdk
```suggestion int imgWidth = capturedImg.getWidth(null); int imgHeight = capturedImg.getHeight(null); ```

View on GitHub

kumarabhi006 created a review comment on a pull request on openjdk/jdk
```suggestion Robot robot = new Robot(); ```

View on GitHub

kumarabhi006 created a review comment on a pull request on openjdk/jdk
May add a blank line after this.

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 darcy! 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 additional ...

View on GitHub

jddarcy opened a pull request on openjdk/jdk
JDK-8342934: TYPE_USE annotations printed with error causing "," in toString output
Use space instead of comma as a delimiter when building the string of type annotations.
varada1110 created a review comment on a pull request on openjdk/jdk
Thanks for suggestion! I have adapted the changes for store instructions. Testing (tier1) on linux-ppc64le is successfully completed. Testing to be done for aix-ppc.

View on GitHub

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

View on GitHub

dholmes-ora created a review comment on a pull request on openjdk/jdk
`inflating_thread` doesn't sound right as it is always the current thread that is doing the inflating. The passed in thread may be a different thread trying to acquire the monitor ... perhaps `cont...

View on GitHub

dholmes-ora created a review comment on a pull request on openjdk/jdk
Don't we still pin for JNI monitor usage?

View on GitHub

dholmes-ora created a review on a pull request on openjdk/jdk
Next batch of comments ...

View on GitHub

dholmes-ora created a review on a pull request on openjdk/jdk
Next batch of comments ...

View on GitHub

varada1110 created a review comment on a pull request on openjdk/jdk
Thank you Martin. I have fixed the alignment for both the cases (RegisterOrConstant and Address obj). Also I have adapted the same changes to load instructions.

View on GitHub

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

View on GitHub

puzhengwu starred openjdk/jdk
openjdk-notifier[bot] pushed 1 commit to pr/21690 openjdk/jdk

View on GitHub

shipilev created a review on a pull request on openjdk/jdk
Looks fine. I believe it is trivial.

View on GitHub

shipilev created a review comment on a pull request on openjdk/jdk
I mean, this is a common style in C2 to initialize things with `memset`, so I treated it more as "do the same thing as everywhere else", and having perf bump as a nice bonus. I blurped about perfor...

View on GitHub

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

View on GitHub

openjdk-notifier[bot] pushed 1 commit to pr/21550 openjdk/jdk
  • Make app image asserts configurable in JPackageCommand f54e88b

View on GitHub

openjdk-notifier[bot] pushed 153 commits to pr/21550 openjdk/jdk
  • 8302111: Serialization considerations Reviewed-by: skoivu, rhalade, weijun, wetmore 369c573
  • 8328726: Better Kerberos support Reviewed-by: ahgross, rhalade, valeriep, coffeys 893e7bc
  • 8328286: Enhance HTTP client Reviewed-by: aefimov, michaelm 03bc6b3
  • 8328544: Improve handling of vectorization Co-authored-by: Christian Hagedorn <[email protected]> Reviewed-by: m... cfa25b7
  • 8311208: Improve CDS Support Reviewed-by: rhalade, mschoene, ccheung, iklam 498a582
  • 8307383: Enhance DTLS connections Co-authored-by: Jamil Nimeh <[email protected]> Reviewed-by: rhalade, mschoene, a... dadcee1
  • 8331446: Improve deserialization support Reviewed-by: rhalade, skoivu, rriggs, naoto d9f6383
  • 8332644: Improve graph optimizations Co-authored-by: Martin Balao <[email protected]> Co-authored-by: Francisco Ferr... c89f76c
  • 8335713: Enhance vectorization analysis Co-authored-by: Roland Westrelin <[email protected]> Reviewed-by: rhalade, ... 490d099
  • 8341997: Tests create files in src tree instead of scratch dir Reviewed-by: erikj, jpai b9cabbe
  • 8341142: Maintain a single source file for sun.net.www.protocol.jar.JarFileFactory Reviewed-by: dfuchs 86ce19e
  • 8340790: Open source several AWT Dialog tests - Batch 4 Reviewed-by: honkar, prr 6d7e679
  • 8324672: Update jdk/java/time/tck/java/time/TCKInstant.java now() to be more robust Reviewed-by: rriggs, dfuchs e94e3bb
  • 8341931: os_linux gtest uses lambdas with explicit capture lists Reviewed-by: jwaters, jsjolen e4ff553
  • 8342081: Shenandoah: Remove extra ShenandoahMarkUpdateRefsSuperClosure Reviewed-by: ysr 724de68
  • 8337221: CompileFramework: test library to conveniently compile java and jasm sources for fuzzing Reviewed-by: chage... b9b0bd0
  • 8334010: VM crashes with ObjectAlignmentInBytes > GCCardSizeInBytes Reviewed-by: shade, iwalulya 577babf
  • 8340801: Disable ubsan checks in some awt/2d coding Reviewed-by: ihse, lucy, goetz, jwaters e7cf25c
  • 8339637: (tz) Update Timezone Data to 2024b Reviewed-by: naoto, coffeys, jlu ebc17c7
  • 8331051: Add an `@since` checker test for `java.base` module Reviewed-by: jlahoda, jjg c81aa75
  • and 133 more ...

View on GitHub

openjdk-notifier[bot] pushed 1 commit to pr/21550 openjdk/jdk
  • Add tests for `--app-content` and `--dmg-app-content` CLI parameters 01c42c5

View on GitHub

prsadhuk created a review comment on a pull request on openjdk/jdk
> > I think we have finally decided that jtreg tag will come after copyright and before imports...Applicable for all modified javax_swing tests in this PR... > > Did we agree on that? Atleast...

View on GitHub

prsadhuk 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 (2436825178:1) --> @TheShermanTanker <!-- removed label: 'net' --> The `net` label was successfully removed.

View on GitHub

openjdk[bot] created a comment on a pull request on openjdk/jdk
<!-- Jmerge command reply message (2436825178) --> @TheShermanTanker <!-- removed label: 'client' --> The `client` label was successfully removed.

View on GitHub

Load more