Ecosyste.ms: Timeline

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

openjdk/jdk

TejeshR13 created a review on a pull request on openjdk/jdk
Probably its better to remove the commented lines which were using `interval` variable - https://github.com/openjdk/jdk/blob/092f827a5599b0ee8254e9de6da01eb71d3329e6/src/java.desktop/share/classes/...

View on GitHub

TejeshR13 created a comment on a pull request on openjdk/jdk
Can u assign the JBS to your name, its still unassigned.

View on GitHub

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

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

openjdk[bot] created a comment on a pull request on openjdk/jdk
@dholmes-ora To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no auto...

View on GitHub

slowhog 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
❗ 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 dholmes! 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 opened a pull request on openjdk/jdk
8342931: ProblemList failing tests from JDK-8335912
Trivial ProblemListing Thanks
liach created a review comment on a pull request on openjdk/jdk
Should we use `(tree.size & ~0xFFFF) != 0`? This is how classfile API checks the value compatibility, and I wonder how other places in javac does so.

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/20504 openjdk/jdk

View on GitHub

dhanalla created a review comment on a pull request on openjdk/jdk
Thank you for your suggestion @chhagedorn. I agree that 'recompilation without EA' makes more sense, and I have made the necessary changes.

View on GitHub

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

View on GitHub

openjdk-notifier[bot] pushed 1 commit to pr/20504 openjdk/jdk
  • bailout EA instead of C2 compilation 324c3ee

View on GitHub

fonghou starred openjdk/jdk
pchilano created a review comment on a pull request on openjdk/jdk
I extended the comment to mention this case.

View on GitHub

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

View on GitHub

TheShermanTanker created a comment on a pull request on openjdk/jdk
Thanks Weijun for the ok on security (Though it still makes me uneasy because it smells like a bug, but I guess it's alright). I haven't pushed yet to remove the changes to the other files in this ...

View on GitHub

TheShermanTanker created a review comment on a pull request on openjdk/jdk
Oh, I was referring to the static global one. In that case I'll remove it (Or rather, comment it so it isn't lost to time and someone can bring it back if need be)

View on GitHub

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

View on GitHub

pchilano created a review comment on a pull request on openjdk/jdk
Fixed.

View on GitHub

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

View on GitHub

openjdk-notifier[bot] pushed 2 commits to pr/21565 openjdk/jdk
  • Skip printing tid when not available 0ebc3e9
  • Fix comment in objectMonitor.hpp and javaThread.hpp 03ba6df

View on GitHub

pchilano created a review comment on a pull request on openjdk/jdk
Pushed a fix to avoid printing the virtual thread tid if we hit that case.

View on GitHub

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

View on GitHub

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

View on GitHub

openjdk-notifier[bot] pushed 22 commits to pr/21653 openjdk/jdk
  • 8341453: java/awt/a11y/AccessibleJTableTest.java fails in some cases where the test tables are not visible Reviewed-... f1f1537
  • 8342809: C2 hits "assert(is_If()) failed: invalid node class: Con" during IGVN due to unhandled top Reviewed-by: rol... 018db8c
  • 8342646: JTREG_TEST_THREAD_FACTORY in testing.md should be TEST_THREAD_FACTORY Reviewed-by: ihse, erikj cdad728
  • 8342825: Fix order of @param tags in module java.desktop Reviewed-by: prr a1ef818
  • 8338449: ubsan: division by zero in sharedRuntimeTrans.cpp Reviewed-by: lucy, kbarrett 37cfaa8
  • 8342043: Split Opaque4Node into OpaqueTemplateAssertionPredicateNode and OpaqueNotNullNode Reviewed-by: kvn, roland 7131f05
  • 8340445: [PPC64] Wrong ConditionRegister used in ppc64.ad: flagsRegCR0 cr1 Reviewed-by: mdoerr, amitkumar 964d8d2
  • 8342683: Use non-short forward jump when passing stop() Reviewed-by: aboldtch, shade, kvn afb62f7
  • 8342858: Make target mac-jdk-bundle fails on chmod command Reviewed-by: lucy, ihse a522d21
  • 8341975: Unable to set encoding for IO.println, IO.print and IO.readln Reviewed-by: rriggs, iris, alanb 426da4b
  • 8342582: user.region for formatting number no longer works for 21.0.5 Reviewed-by: jlu, rriggs e64f079
  • 8342863: Use pattern matching for instanceof in equals methods of wrapper classes Reviewed-by: rriggs a21c558
  • 8342673: Test serviceability/jvmti/events/NotifyFramePopStressTest/NotifyFramePopStressTest.java failed: waited too l... 002de86
  • 8233451: (fs) Files.newInputStream() cannot be used with character special files Reviewed-by: alanb de92fe3
  • 8341939: SigningOptionsTest fails without Xcode with command line developer tools after JDK-8341443 Reviewed-by: ase... 9a7a850
  • 8342854: [JVMCI] Block secondary thread reporting a JVMCI fatal error Reviewed-by: never 98403b7
  • 8340177: Malformed system classes loaded by bootloader crash the JVM in product builds Reviewed-by: coleenp, mli 28d23ad
  • 8335912: Add an operation mode to the jar command when extracting to not overwriting existing files Reviewed-by: lancea 158b93d
  • Merge branch 'master' of https://github.com/openjdk/jdk into cleanup/class-getprimitiveclass 9586d81
  • 8338544: Dedicated Array class descriptor implementation Reviewed-by: redestad, mchung, jvernee 25c2f48
  • and 2 more ...

View on GitHub

liach created a review comment on a pull request on openjdk/jdk
Done. I added a comment "Type parameter T avoids redundant casts for trusted code." and removed "Virtual Machine's" as all Class objects are created by the JVM.

View on GitHub

liach 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
> I think we shouldn't run `Ideal` on the graph, because there is a chance that it could undo the lowering changes that we just did. This gives lowering more freedom to change the graph in differen...

View on GitHub

Load more