Ecosyste.ms: Timeline

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

openjdk/jdk

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

View on GitHub

GoeLin commented on a commit on openjdk/jdk
/backport jdk17u-dev

View on GitHub

GoeLin commented on a commit on openjdk/jdk
/backport jdk21u-dev

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. > > Hmm, I don't think that I'm able to do this. One would need to have an account at JBS, but in order to create an account at JBS, ...

View on GitHub

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

pr/21357

zzag created a comment on a pull request on openjdk/jdk
> Can u assign the JBS to your name, its still unassigned. Hmm, I don't think that I'm able to do this. One would need to have an account at JBS, but in order to create an account at JBS, it see...

View on GitHub

openjdk-notifier[bot] commented on a commit on openjdk/jdk
<!-- COMMIT COMMENT NOTIFICATION --> ### Review - [openjdk/jdk/21357](https://git.openjdk.org/jdk/pull/21357) ### Issues - [JDK-8339730](https://bugs.openjdk.org/browse/JDK-8339730)

View on GitHub

TheRealMDoerr created a review comment on a pull request on openjdk/jdk
As I understand the comment, it says alignment <= cache line size. But the implementation makes alignment >= cache line size. "hyper alignment" means alignment > cache line size? If we want alignm...

View on GitHub

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

View on GitHub

azvegint created a review on a pull request on openjdk/jdk
java beans changes looks good

View on GitHub

reinrich created a comment on a pull request on openjdk/jdk
> The context is copied in the signal handler and used [here](https://github.com/openjdk/jdk/blob/f0b130e54f33d3190640ce33c991e35f27e9f812/src/hotspot/share/utilities/debug.cpp#L208) after the sign...

View on GitHub

openjdk[bot] created a comment on a pull request on openjdk/jdk
<!-- Jmerge command reply message (2434812679) --> @fbredber Pushed as commit 2c31c8eeb42188ad6fd15eca50db4342cd791fb2. :bulb: You may see a message that your pull request was closed with unmerged...

View on GitHub

openjdk[bot] closed a pull request on openjdk/jdk
8339730: Windows regression after removing ObjectMonitor Responsible
In order to mitigate the regression seen on windows I added calls to enable hi res timer resolution around the call to WaitForSingleObject, when doing infinite parking. Got some good results, like ...
openjdk[bot] created a comment on a pull request on openjdk/jdk
<!-- prepush 2c31c8eeb42188ad6fd15eca50db4342cd791fb2 --> Going to push as commit 2c31c8eeb42188ad6fd15eca50db4342cd791fb2. Since your change was applied there have been 312 commits pushed to the `...

View on GitHub

openjdk[bot] pushed 1 commit to master openjdk/jdk
  • 8339730: Windows regression after removing ObjectMonitor Responsible Reviewed-by: coleenp, jwaters 2c31c8e

View on GitHub

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

View on GitHub

fbredber created a comment on a pull request on openjdk/jdk
We have now run several tests on different Windows machines in our performance lab. We see no regression if we apply the proposed PR in which we add calls to enable hi res timer resolution around t...

View on GitHub

fguallini created a review comment on a pull request on openjdk/jdk
Actually, these vars are not needed, simplified with latest commit.

View on GitHub

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

View on GitHub

reinrich created a comment on a pull request on openjdk/jdk
The context is copied in the signal handler and used [here](https://github.com/openjdk/jdk/blob/f0b130e54f33d3190640ce33c991e35f27e9f812/src/hotspot/share/utilities/debug.cpp#L208) after the signal...

View on GitHub

xieyupei starred openjdk/jdk
tstuefe created a comment on a pull request on openjdk/jdk
> > > Thanks for your input @reinrich, @tstuefe. I've tried taking the values from `uc->uc_mcontext.fpregs->_xmm[i]`. This seems to work fine if we got a signal. However, "should_not_reach_here()" ...

View on GitHub

offamitkumar created a comment on a pull request on openjdk/jdk
@rkennke Please include s390x implementation from here: https://github.com/offamitkumar/jdk/commit/e67e332ce6b3b09e723c08b11146ebe0cc16f0fd. This also disables this test on s390x & PPC for now,...

View on GitHub

tstuefe created a comment on a pull request on openjdk/jdk
> > Thanks for your input @reinrich, @tstuefe. I've tried taking the values from `uc->uc_mcontext.fpregs->_xmm[i]`. This seems to work fine if we got a signal. However, "should_not_reach_here()" an...

View on GitHub

reinrich created a comment on a pull request on openjdk/jdk
> > Thanks for your input @reinrich, @tstuefe. I've tried taking the values from `uc->uc_mcontext.fpregs->_xmm[i]`. This seems to work fine if we got a signal. However, "should_not_reach_here()" an...

View on GitHub

openjdk-notifier[bot] pushed 1 commit to pr/21537 openjdk/jdk
  • simplified getTestKeySize 7c42d58

View on GitHub

tstuefe created a comment on a pull request on openjdk/jdk
> Thanks for your input @reinrich, @tstuefe. I've tried taking the values from `uc->uc_mcontext.fpregs->_xmm[i]`. This seems to work fine if we got a signal. However, "should_not_reach_here()" and ...

View on GitHub

offamitkumar created a review comment on a pull request on openjdk/jdk
PPC log2 will be `7` (`DATA_CACHE_SIZE = 128`) and for S390x it will be `8` (` = 256`). So I guess this change should be fine for now : ```

View on GitHub

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

View on GitHub

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

View on GitHub

Load more