Since last year, GHA allows concurrency control over GHA runs:
https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency/
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
Our GHA workflows trigger on every PR
On Tue, 22 Feb 2022 07:05:40 GMT, Aleksey Shipilev wrote:
> Since last year, GHA allows concurrency control over GHA runs:
>
> https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency/
>
> https://docs.github.com/en/actions/using-workflows/workflow-syntax-
On Mon, 21 Feb 2022 19:55:14 GMT, Daniel Jeliński wrote:
> Please review this PR that enables
> [Zc:strictStrings](https://docs.microsoft.com/en-us/cpp/build/reference/zc-strictstrings-disable-string-literal-type-conversion?view=msvc-170)
> compiler flag, which makes assigning a string literal
On Tue, 8 Feb 2022 08:17:17 GMT, Christian Hagedorn
wrote:
>> When printing the native stack trace on Linux (mostly done for hs_err
>> files), it only prints the method with its parameters and a relative offset
>> in the method:
>>
>> Stack: [0x7f6e01739000,0x7f6e0183a000], sp=0x
On Tue, 8 Feb 2022 08:17:17 GMT, Christian Hagedorn
wrote:
>> When printing the native stack trace on Linux (mostly done for hs_err
>> files), it only prints the method with its parameters and a relative offset
>> in the method:
>>
>> Stack: [0x7f6e01739000,0x7f6e0183a000], sp=0x
On Mon, 21 Feb 2022 19:55:14 GMT, Daniel Jeliński wrote:
> Please review this PR that enables
> [Zc:strictStrings](https://docs.microsoft.com/en-us/cpp/build/reference/zc-strictstrings-disable-string-literal-type-conversion?view=msvc-170)
> compiler flag, which makes assigning a string literal
> PAC is an optional feature in AArch64 8.3 and is compulsory in v9. One
> of its uses is to protect against ROP based attacks. This is done by
> signing the Link Register whenever it is stored on the stack, and
> authenticating the value when it is loaded back from the stack. If an
> attacker were
On Tue, 22 Feb 2022 11:33:52 GMT, Magnus Ihse Bursie wrote:
>> Please review this PR that enables
>> [Zc:strictStrings](https://docs.microsoft.com/en-us/cpp/build/reference/zc-strictstrings-disable-string-literal-type-conversion?view=msvc-170)
>> compiler flag, which makes assigning a string li
> PAC is an optional feature in AArch64 8.3 and is compulsory in v9. One
> of its uses is to protect against ROP based attacks. This is done by
> signing the Link Register whenever it is stored on the stack, and
> authenticating the value when it is loaded back from the stack. If an
> attacker were
Long overdue follow-up bug from JEP 381 (removal of Solaris support). We used
to make a difference between gnm (GNU nm) and nm (GNU nm on all platforms
except Solaris, where it were Solaris nm), but this does not make sense
anymore, and the code is just schizophrenic wrt nm/gnm.
-
On Tue, 22 Feb 2022 15:47:05 GMT, Magnus Ihse Bursie wrote:
> Long overdue follow-up bug from JEP 381 (removal of Solaris support). We used
> to make a difference between gnm (GNU nm) and nm (GNU nm on all platforms
> except Solaris, where it were Solaris nm), but this does not make sense
> an
On Tue, 22 Feb 2022 15:47:05 GMT, Magnus Ihse Bursie wrote:
> Long overdue follow-up bug from JEP 381 (removal of Solaris support). We used
> to make a difference between gnm (GNU nm) and nm (GNU nm on all platforms
> except Solaris, where it were Solaris nm), but this does not make sense
> an
> Since last year, GHA allows concurrency control over GHA runs:
>
> https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency/
>
> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
>
> Our GHA workflows trigge
On Tue, 22 Feb 2022 07:05:40 GMT, Aleksey Shipilev wrote:
> Since last year, GHA allows concurrency control over GHA runs:
>
> https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency/
>
> https://docs.github.com/en/actions/using-workflows/workflow-syntax-
This PR adds a new configure argument, `--enable-hsdis-bundling`. Setting this,
together with a valid backend using `--with-hsdis`, will bundle the generated
hsdis library with the JDK.
The PR also includes a refactoring of the hsdis handling in autoconf, breaking
it out to a separate file `lib
On Tue, 22 Feb 2022 16:18:24 GMT, Aleksey Shipilev wrote:
>> Since last year, GHA allows concurrency control over GHA runs:
>>
>> https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency/
>>
>> https://docs.github.com/en/actions/using-workflows/workflow-sy
On Tue, 22 Feb 2022 16:10:22 GMT, Magnus Ihse Bursie wrote:
> This PR adds a new configure argument, `--enable-hsdis-bundling`. Setting
> this, together with a valid backend using `--with-hsdis`, will bundle the
> generated hsdis library with the JDK.
>
> The PR also includes a refactoring of
> Please review this PR that enables
> [Zc:strictStrings](https://docs.microsoft.com/en-us/cpp/build/reference/zc-strictstrings-disable-string-literal-type-conversion?view=msvc-170)
> compiler flag, which makes assigning a string literal to a non-const pointer
> a compile-time error.
>
> This t
On Tue, 22 Feb 2022 14:13:43 GMT, Daniel Jeliński wrote:
>> make/autoconf/flags-cflags.m4 line 136:
>>
>>> 134: CFLAGS_WARNINGS_ARE_ERRORS="-WX"
>>> 135:
>>> 136: WARNINGS_ENABLE_ALL="-W3 -Zc:strictStrings"
>>
>> This is not strictly a flag to enable warnings. I'd recommend you mov
On Tue, 22 Feb 2022 16:35:09 GMT, Magnus Ihse Bursie wrote:
>> Done
>
> Did you forget to push the fix?
Push works better when connected... this time it's pushed for real.
-
PR: https://git.openjdk.java.net/jdk/pull/7565
On Tue, 22 Feb 2022 16:10:22 GMT, Magnus Ihse Bursie wrote:
> This PR adds a new configure argument, `--enable-hsdis-bundling`. Setting
> this, together with a valid backend using `--with-hsdis`, will bundle the
> generated hsdis library with the JDK.
Maybe I missed it, but are there instructi
On Tue, 22 Feb 2022 16:54:21 GMT, Andrew Haley wrote:
> Maybe I missed it, but are there instructions somewhere about how to build
> this, and what should be downloaded?
See https://github.com/openjdk/jdk/blob/master/src/utils/hsdis/README.md
-
PR: https://git.openjdk.java.net/jdk
On Tue, 22 Feb 2022 16:43:28 GMT, Daniel Jeliński wrote:
>> Please review this PR that enables
>> [Zc:strictStrings](https://docs.microsoft.com/en-us/cpp/build/reference/zc-strictstrings-disable-string-literal-type-conversion?view=msvc-170)
>> compiler flag, which makes assigning a string liter
On Tue, 22 Feb 2022 16:18:24 GMT, Aleksey Shipilev wrote:
>> Since last year, GHA allows concurrency control over GHA runs:
>>
>> https://github.blog/changelog/2021-04-19-github-actions-limit-workflow-run-or-job-concurrency/
>>
>> https://docs.github.com/en/actions/using-workflows/workflow-sy
24 matches
Mail list logo