Ecosyste.ms: Timeline

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

openjdk/jdk

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

View on GitHub

cl4es opened a pull request on openjdk/jdk
8342958: Use jvmArgs consistently in microbenchmarks
Many OpenJDK micros use `@Fork(jvmArgs/-Append/-Prepend)` to add JVM reasonable or necessary flags, but when deploying and running micros we often want to add or replace flags to test other things....
reinrich created a comment on a pull request on openjdk/jdk
> Also note that the copy fix above is kind of a hack. Should we use something like the following? > > ```diff > diff --git a/src/hotspot/share/utilities/debug.cpp b/src/hotspot/share/utilities...

View on GitHub

TheRealMDoerr created a comment on a pull request on openjdk/jdk
Also note that the copy fix above is kind of a hack. Should we use something like the following? ```diff diff --git a/src/hotspot/share/utilities/debug.cpp b/src/hotspot/share/utilities/debug.cpp...

View on GitHub

eme64 created a review comment on a pull request on openjdk/jdk
Ok, we can file a separate RFE. Though I really have voiced 2 concerns: - Making sure we always test `_mem` and `_reg` variants in the backend. See your https://bugs.openjdk.org/browse/JDK-8342959...

View on GitHub

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

View on GitHub

eme64 created a review comment on a pull request on openjdk/jdk
@PaulSandoz do you think this is sufficient coverage?

View on GitHub

eme64 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
@dafedafe The following label will be automatically applied to this pull request: - `hotspot-compiler` When this pull request is ready to be reviewed, an "RFR" email will be sent to the correspon...

View on GitHub

openjdk-notifier[bot] pushed 89 commits to pr/20507 openjdk/jdk
  • 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
  • 8173970: jar tool should have a way to extract to a directory Reviewed-by: lancea, cstein ffe6091
  • 8341134: Deprecate for removal the jrunscript tool Reviewed-by: mchung, alanb, sundar 7a16906
  • 8341513: Remove the unused thread_type field from OSThread Reviewed-by: stefank, dholmes f50bd0d
  • 8341020: Error handler crashes when Metaspace is not fully initialized Reviewed-by: kbarrett, jsjolen, stefank, dholmes 7f4ed50
  • 8339694: ciTypeFlow does not correctly handle unresolved constant dynamic of array type Reviewed-by: kvn, vlivanov c51a086
  • 8341664: ReferenceClassDescImpl cache internalName Reviewed-by: liach 0963b9e
  • 8342409: [s390x] C1 unwind_handler fails to unlock synchronized methods with LM_MONITOR Reviewed-by: rrich, lucy 9201e9f
  • 8341978: Improve JButton/bug4490179.java Use latch to synchronize actions in the test. Verify mouseButton3Released d... 8174cbd
  • 8341444: Unnecessary check for JSRs in CDS Reviewed-by: dholmes, coleenp 28252bb
  • 8337536: AArch64: Enable BTI branch protection for runtime part Co-authored-by: Hao Sun <[email protected]> Co-auth... 4dcc7f3
  • 8340488: Clarify LocaleServiceProvider deployment on application module path Reviewed-by: naoto 0784011
  • 8340698: JVMTI FRAME_POP event is sometimes missed if NotifyFramePop is called as a method is returning Reviewed-by:... 8591109
  • and 69 more ...

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 dfenacci! 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 addition...

View on GitHub

dafedafe opened a draft pull request on openjdk/jdk
JDK-8302459: compiler/vectorapi/VectorLogicalOpIdentityTest.java failed with "IRViolationException: There were one or multiple IR rule failures"
## This is a work-in-progress # Problem The `compiler/vectorapi/VectorLogicalOpIdentityTest.java` has been failing because C2 compiling the test `testAndMaskSameValue1` expects to have 1 `And...
jatin-bhateja created a review comment on a pull request on openjdk/jdk
PR is specially targeting explicit vectorization flow, we plan to address scalar intrinsification and auto-vectorization later, once type system has exposure to unsigned types.

View on GitHub

jatin-bhateja created a review on a pull request on openjdk/jdk

View on GitHub

jatin-bhateja created a review comment on a pull request on openjdk/jdk
Hand crafter cases contains delimiting and general cases, in short they sufficiently cover entire value range.

View on GitHub

jatin-bhateja created a review on a pull request on openjdk/jdk

View on GitHub

jatin-bhateja created a review comment on a pull request on openjdk/jdk
To exercise non memory operand pattern we need a vector operation padding layer after load vector, this will always ensure that selector pick all register operands flavor of instruction. Since its ...

View on GitHub

jatin-bhateja created a review on a pull request on openjdk/jdk

View on GitHub

jatin-bhateja created a review comment on a pull request on openjdk/jdk
ISA only supports memory operands as second source operand.

View on GitHub

jatin-bhateja created a review on a pull request on openjdk/jdk

View on GitHub

jatin-bhateja created a review on a pull request on openjdk/jdk

View on GitHub

jatin-bhateja created a review comment on a pull request on openjdk/jdk
void Assembler::popcntl(Register dst, Address src) { assert(VM_Version::supports_popcnt(), "must support"); Please also add feature CPU_POPCNT

View on GitHub

jatin-bhateja created a review on a pull request on openjdk/jdk

View on GitHub

openjdk-notifier[bot] pushed 131 commits to pr/21498 openjdk/jdk
  • 8341020: Error handler crashes when Metaspace is not fully initialized Reviewed-by: kbarrett, jsjolen, stefank, dholmes 7f4ed50
  • 8339694: ciTypeFlow does not correctly handle unresolved constant dynamic of array type Reviewed-by: kvn, vlivanov c51a086
  • 8341664: ReferenceClassDescImpl cache internalName Reviewed-by: liach 0963b9e
  • 8342409: [s390x] C1 unwind_handler fails to unlock synchronized methods with LM_MONITOR Reviewed-by: rrich, lucy 9201e9f
  • 8341978: Improve JButton/bug4490179.java Use latch to synchronize actions in the test. Verify mouseButton3Released d... 8174cbd
  • 8341444: Unnecessary check for JSRs in CDS Reviewed-by: dholmes, coleenp 28252bb
  • 8337536: AArch64: Enable BTI branch protection for runtime part Co-authored-by: Hao Sun <[email protected]> Co-auth... 4dcc7f3
  • 8340488: Clarify LocaleServiceProvider deployment on application module path Reviewed-by: naoto 0784011
  • 8340698: JVMTI FRAME_POP event is sometimes missed if NotifyFramePop is called as a method is returning Reviewed-by:... 8591109
  • clientlibs: java/awt/Robot/InfiniteLoopException.java problemlisted Please refer to JDK-8342638 for details. 14475d1
  • 8335662: [AArch64] C1: guarantee(val < (1ULL << nbits)) failed: Field too big for insn Reviewed-by: thartmann, easti... 401d0d6
  • 8336401: Remove the option onjcmd from the jdwp agent Reviewed-by: cjplummer, mbaesken 309b929
  • Merge fc10303
  • Remove left over references to SecurityManager in tests 4f14027
  • WhiteBox.getWhiteBox cleanup 2f8242b
  • Update test summary for tests that no longer run with SM set 8e8d388
  • Remove left over policy files e66d14a
  • Remove left over policy files 46970f8
  • test/langtools/tools/doclint/tool/RunTest.java failing with JTREG_TEST_THREAD_FACTORY=Virtual 365acc1
  • 8342579: RISC-V: C2: Cleanup effect of killing flag register for call instructs Reviewed-by: rehn, fjiang 76ae072
  • and 111 more ...

View on GitHub

mcimadamore created a review on a pull request on openjdk/jdk
Looks very good - thanks!

View on GitHub

mcimadamore created a review comment on a pull request on openjdk/jdk
```suggestion * by design as UndetVars are used locally during inference and shouldn't escape from inference routines, ```

View on GitHub

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

View on GitHub

mcimadamore created a review comment on a pull request on openjdk/jdk
```suggestion /* this class won't substitute all types for example UndetVars are never substituted, this is ```

View on GitHub

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

View on GitHub

Load more