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

honkar-jdk created a review comment on a pull request on openjdk/jdk
Relevant (w.r.t jep486) javadocs changes have been updated here: https://github.com/openjdk/jdk-sandbox/commit/b78a7b6a2e5f96a98c81c68a8d9db3745e4efc3b

View on GitHub

honkar-jdk created a review on a pull request on openjdk/jdk

View on GitHub

honkar-jdk created a review comment on a pull request on openjdk/jdk
Looks like the test was created for SM specific issue - [JDK-6785058](https://bugs.openjdk.org/browse/JDK-6785058). I have deleted the test here https://github.com/openjdk/jdk-sandbox/commit/de0a0f...

View on GitHub

honkar-jdk 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
@ArsenyBochkarev Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit au...

View on GitHub

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

View on GitHub

dholmes-ora created a review comment on a pull request on openjdk/jdk
Sorry to belabour this but why are we temporarily changing the thread identity? What is the bigger operation that in underway here?

View on GitHub

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

View on GitHub

magicus created a comment on a pull request on openjdk/jdk
All the original labels are still there. A better approach had probably been to close the PR and open a new. You either need to do that now, or delete all the irrelevant labels. (I can't be bothere...

View on GitHub

dholmes-ora created a review comment on a pull request on openjdk/jdk
Okay but I'm finding it hard to see these names and easily interpret what some of them mean. I think there is a difference between UNBLOCKED and UNPARKED, because as an API once you are unparked th...

View on GitHub

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

View on GitHub

biboudis created a review comment on a pull request on openjdk/jdk
Thanks! Done!

View on GitHub

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

View on GitHub

magicus created a review comment on a pull request on openjdk/jdk
Is this really an intention on your part, to bump the C++ level inside a PR to remove unused code? 😕 Or is it a merge error from a different PR?

View on GitHub

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

View on GitHub

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

View on GitHub

cl4es created a comment on a pull request on openjdk/jdk
/reviewers 2 reviewer

View on GitHub

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

dmlloyd opened a pull request on openjdk/jdk
8343020: SecureDirectoryStream not supported on MacOS
OpenJDK will not produce SecureDirectoryStreams on MacOS. Support for SecureDirectoryStream on UNIX-like OSes is predicated on the `SUPPORTS_OPENAT` flag in UnixNativeDispatcher. That flag in turn ...
openjdk-notifier[bot] pushed 1429 commits to pr/19960 openjdk/jdk
  • 8335130: The test "javax/swing/plaf/synth/ComponentsOrientationSupport/5033822/bug5033822.java" fails because the bac... 9ab8c6b
  • 8338058: map_or_reserve_memory_aligned Windows enhance remap assertion Reviewed-by: mdoerr, clanger 00aac40
  • 8337876: [IR Framework] Add support for IR tests with @Stable Reviewed-by: shade, kvn c01f53a
  • 8337840: Remove redundant null check in ObjectOutputStream.writeProxyDesc Reviewed-by: rriggs 82d5768
  • 8337939: ZGC: Make assertions and checks less convoluted and explicit Reviewed-by: stefank, ayang, eosterlund f74109b
  • 8338062: JFR: Remove TestStartDuration.java and TestStartName.java from ProblemList.txt Reviewed-by: mgronlun 53fce38
  • 8338036: Serial: Remove Generation::update_counters Reviewed-by: kbarrett 6ebd5d7
  • 8314125: RISC-V: implement Base64 intrinsic - encoding Reviewed-by: fyang, luhenry c37e863
  • 8313931: Javadoc: links to type parameters actually generate links to classes Reviewed-by: jjg 1407160
  • 8338109: java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java duplicate in ProblemList Reviewed-by: aivanov 2b5aec2
  • 8338064: Give better error for ConcurrentHashTable corruption Reviewed-by: dholmes, shade 069e0ea
  • 8330191: Fix typo in precompiled.hpp Reviewed-by: jsjolen, szaldana 3cf3f30
  • 8337797: Additional ExternalAddress cleanup Reviewed-by: adinn, thartmann 60fa08f
  • 8337657: AArch64: No need for acquire fence in safepoint poll during JNI calls Reviewed-by: phh 358d77d
  • 8337709: Use allocated states for chunking large array processing Reviewed-by: iwalulya, tschatzl 6a3d045
  • 8338112: Test testlibrary_tests/ir_framework/tests/TestPrivilegedMode.java fails with release build Reviewed-by: cha... 0e7c1c1
  • 8338101: remove old remap assertion in map_or_reserve_memory_aligned after JDK-8338058 Reviewed-by: mdoerr, clanger 692f5cb
  • 8337958: Out-of-bounds array access in secondary_super_cache Reviewed-by: vlivanov, shade 0320460
  • 8337938: ZUtils::alloc_aligned allocates without reporting to NMT Reviewed-by: stefank, kbarrett a6c0630
  • 8337681: PNGImageWriter uses much more memory than necessary Reviewed-by: prr, lbourges 89a15f1
  • and 1409 more ...

View on GitHub

ArsenyBochkarev created a comment on a pull request on openjdk/jdk
@yhzhu20 Done!

View on GitHub

ArsenyBochkarev created a review comment on a pull request on openjdk/jdk
All done

View on GitHub

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

View on GitHub

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

View on GitHub

kevinjwalls created a comment on a pull request on openjdk/jdk
Thanks for updating, looks good. I think it's clearer now that this is not just a Windows-specific fix, but will be an enhancement for all platforms in the long term. Likely argument length is mo...

View on GitHub

jianglizhou created a comment on a pull request on openjdk/jdk
> > > @iklam Would it be possible to comment on this? If the system properties to configure the range of integer cache are set at runtime, does it just not use this archived object graph? I'm wonde...

View on GitHub

vpaprotsk created a review on a pull request on openjdk/jdk
Everything from me was addressed too, thanks!

View on GitHub

pchilano created a review comment on a pull request on openjdk/jdk
I renamed both `set/has_owner_anonymous` to `set/has_anonymous_owner`.

View on GitHub

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

View on GitHub

Load more