On Fri, 11 Mar 2022 07:52:16 GMT, Johannes Bechberger
wrote:
>> The WXMode for the current thread (on MacOS aarch64) is currently stored in
>> the thread class which is unnecessary as the WXMode is bound to the current
>> OS thread, not the current instance of the thread class.
>> This pull re
On Mon, 14 Mar 2022 08:03:39 GMT, Thomas Stuefe wrote:
> Thanks a lot, Florian! I got it to work under Linux x64.
Great!
> My error was that I had declared the label in C++ as `extern void*
> SafeFetch_continuation`. Declaring it as `extern char
> _SafeFetch32_continuation[] __attribute__ ((v
On Mon, 14 Mar 2022 08:19:41 GMT, Florian Weimer wrote:
> > Thanks a lot, Florian! I got it to work under Linux x64.
>
> Great!
>
> > My error was that I had declared the label in C++ as `extern void*
> > SafeFetch_continuation`. Declaring it as `extern char
> > _SafeFetch32_continuation[] __
On Sat, 12 Mar 2022 05:44:21 GMT, Chris Plummer wrote:
>> jdb has 3 types of arguments:
>>
>> 1. Those that are jdb specific, such as -attach, -launch, and -listconnectors
>> 2. Those that are passed to the JVM used to run jdb. These are all prefixed
>> with -J, and any valid JVM argument can b
On Fri, 11 Mar 2022 07:52:16 GMT, Johannes Bechberger
wrote:
>> The WXMode for the current thread (on MacOS aarch64) is currently stored in
>> the thread class which is unnecessary as the WXMode is bound to the current
>> OS thread, not the current instance of the thread class.
>> This pull re
On Mon, 7 Mar 2022 11:29:08 GMT, Johannes Bechberger
wrote:
> The WXMode for the current thread (on MacOS aarch64) is currently stored in
> the thread class which is unnecessary as the WXMode is bound to the current
> OS thread, not the current instance of the thread class.
> This pull request
On Thu, 10 Mar 2022 18:56:41 GMT, Chris Plummer wrote:
>> Alisen Chung has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> moved CurrencyNames changes to jdk.localedata
>
> src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResourc
On Thu, 10 Mar 2022 17:55:44 GMT, Alisen Chung wrote:
>> msg drop for jdk19, Mar 9, 2022
>
> Alisen Chung has updated the pull request incrementally with one additional
> commit since the last revision:
>
> moved CurrencyNames changes to jdk.localedata
Marked as reviewed by kizune (Reviewer)
On Fri, 4 Mar 2022 22:12:08 GMT, Chris Plummer wrote:
> jdb has 3 types of arguments:
>
> 1. Those that are jdb specific, such as -attach, -launch, and -listconnectors
> 2. Those that are passed to the JVM used to run jdb. These are all prefixed
> with -J, and any valid JVM argument can be pass
> msg drop for jdk19, Mar 9, 2022
Alisen Chung has updated the pull request incrementally with one additional
commit since the last revision:
removed repeated lines from ROOT bundle in CurrencyNames
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7765/files
- new: htt
On Mon, 14 Mar 2022 20:39:46 GMT, Alisen Chung wrote:
>> msg drop for jdk19, Mar 9, 2022
>
> Alisen Chung has updated the pull request incrementally with one additional
> commit since the last revision:
>
> removed repeated lines from ROOT bundle in CurrencyNames
src/jdk.compiler/share/class
11 matches
Mail list logo