Re: RFR: 8282475: SafeFetch should not rely on existence of Thread::current [v7]

2022-03-14 Thread Thomas Stuefe
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

Re: RFR: 8282475: SafeFetch should not rely on existence of Thread::current [v7]

2022-03-14 Thread Florian Weimer
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

Re: RFR: 8282475: SafeFetch should not rely on existence of Thread::current [v7]

2022-03-14 Thread Thomas Stuefe
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[] __

Re: RFR: 8282691: add jdb "-R" option for passing any argument to the launched debuggee process [v4]

2022-03-14 Thread Kevin Walls
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

Re: RFR: 8282475: SafeFetch should not rely on existence of Thread::current [v7]

2022-03-14 Thread Johannes Bechberger
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

Withdrawn: 8282475: SafeFetch should not rely on existence of Thread::current

2022-03-14 Thread Johannes Bechberger
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

Re: RFR: 8280400: JDK 19 L10n resource files update - msgdrop 10 [v2]

2022-03-14 Thread Alisen Chung
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

Re: RFR: 8280400: JDK 19 L10n resource files update - msgdrop 10 [v2]

2022-03-14 Thread Alexander Zuev
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)

Integrated: 8282691: add jdb "-R" option for passing any argument to the launched debuggee process

2022-03-14 Thread Chris Plummer
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

Re: RFR: 8280400: JDK 19 L10n resource files update - msgdrop 10 [v3]

2022-03-14 Thread Alisen Chung
> 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

Re: RFR: 8280400: JDK 19 L10n resource files update - msgdrop 10 [v3]

2022-03-14 Thread Naoto Sato
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