Hi Thomas,
Thank you for this quick fix!
I have tested (after much difficultly getting cross compilation to work
- a good learning experience) and this fix works for me. Using
QEMU_STRACE, I verified that argv[0] is now the program name and argv[1]
contains the fd data.
While you are correc
Reported by [jarabe...@gmail.com](mailto:jarabe...@gmail.com) [1]
jspawnhelper uses argv[0] to receive the fd string from the parent. That breaks
with conventions and trips over certain tools like binfmt_misc.
For details, see linked ML discussion.
[1] https://mail.openjdk.org/pipermail/core
Mind testing https://github.com/openjdk/jdk/pull/14531 ?
On Sat, Jun 17, 2023 at 8:20 PM Thomas Stüfe
wrote:
> Hi Daniel,
>
> thank you for that thorough analysis. I opened
> https://bugs.openjdk.org/browse/JDK-8310265 to track this issue.
>
> Looking at the code, this should be easy to fix, we
Hi Daniel,
thank you for that thorough analysis. I opened
https://bugs.openjdk.org/browse/JDK-8310265 to track this issue.
Looking at the code, this should be easy to fix, we would not even have to
fix jspawnhelper itself, just its spawn point.
I did a small patch which seemed to work. But this
On Fri, 17 Mar 2023 14:17:00 GMT, Thiago Henrique Hüpner
wrote:
> Both functions "VerifyClassname" and "VerifyFixClassname" are not used. The
> functions that are used in the Class.c are "verifyClassname" and
> "verifyFixClassname", which are declared in the "check_classname.h" header
This pu
On Sat, 17 Jun 2023 00:35:22 GMT, Mandy Chung wrote:
>> This PR clarifies the spec of the 3-arg Class::forName regarding the format
>> of the name for an array type which is of the form: one or more of "[" +
>> binary name of the element type + ";'.
>
> Mandy Chung has updated the pull request
On Fri, 16 Jun 2023 11:41:14 GMT, Axel Boldt-Christmas
wrote:
>> The current implementation for testing generational ZGC with jtreg is
>> implemented with a filter on the mode flag `ZGenerational`. Because of this
>> only environments which set this flag explicitly will run most of the tests.
On Tue, 13 Jun 2023 20:36:28 GMT, Anthony Scarpino
wrote:
> This moves the SunEC JCE Provider (Elliptic Curve) into java.base. EC has
> always been separate from the base module/pkg because of its dependence on a
> native library. That library was removed in JDK 16.
The proposed changes look
On Fri, 16 Jun 2023 20:32:23 GMT, Weijun Wang wrote:
>> Hi,
>>
>> I need a code review for moving the contents of the jdk.crypto.ec module
>> into java.base. This moves the SunEC JCE Provider (Elliptic Curve) into
>> java.base. EC has always been separate from the base module/pkg because of
On Mon, 12 Jun 2023 14:32:07 GMT, Alan Bateman wrote:
> StructuredTaskScope's class description introduces the join method as waiting
> for all subtasks to finish but the API docs for join/joinUntil are phrased in
> terms of waiting for all threads to finish. ShutdownOnXXX join/joinUntil
> inh
10 matches
Mail list logo