Re: RFR: 8273801: Handle VMTYPE for "core" VM variant

2021-09-20 Thread David Holmes
On 20/09/2021 9:43 pm, Magnus Ihse Bursie wrote: On Thu, 16 Sep 2021 12:02:38 GMT, David Holmes wrote: Building with --with-jvm-variants=core currently produces a binary that replies an odd version: $ build/linux-x86_64-core-fastdebug/images/jdk/bin/java -version openjdk version "18-interna

Integrated: 8273797: Stop impersonating "server" VM in all VM variants

2021-09-20 Thread Aleksey Shipilev
On Wed, 15 Sep 2021 10:02:19 GMT, Aleksey Shipilev wrote: > As the follow-up for Zero-specific JDK-8273494, we might want to clean up > build system logic for all VM variants: stop impersonating "server" VMs for > all of them. This basically leaves "core" and "custom" variants to be handled >

Re: RFR: 8273927: Enable hsdis for riscv64

2021-09-20 Thread Aleksey Shipilev
On Fri, 17 Sep 2021 08:38:09 GMT, Aleksey Shipilev wrote: > Currently compiled `hsdis-riscv64.so` binary complains: > > > hsdis: bad native mach=architecture not set in Makefile!; please port hsdis > to this platform > > > It seems to be as simple as point to the right BFD arch. > > Additio

Integrated: 8273927: Enable hsdis for riscv64

2021-09-20 Thread Aleksey Shipilev
On Fri, 17 Sep 2021 08:38:09 GMT, Aleksey Shipilev wrote: > Currently compiled `hsdis-riscv64.so` binary complains: > > > hsdis: bad native mach=architecture not set in Makefile!; please port hsdis > to this platform > > > It seems to be as simple as point to the right BFD arch. > > Additio

Re: RFR: 8273797: Stop impersonating "server" VM in all VM variants

2021-09-20 Thread Aleksey Shipilev
On Wed, 15 Sep 2021 10:02:19 GMT, Aleksey Shipilev wrote: > As the follow-up for Zero-specific JDK-8273494, we might want to clean up > build system logic for all VM variants: stop impersonating "server" VMs for > all of them. This basically leaves "core" and "custom" variants to be handled >

Re: RFR: 8245095: Implementation of JEP 408: Simple Web Server [v4]

2021-09-20 Thread Daniel Fuchs
On Mon, 20 Sep 2021 16:09:14 GMT, Daniel Fuchs wrote: >> Julia Boes has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 12 commits: >> >> - Merge branch 'master' into simpleserver >> - check isHidden, isSymlink, isReadable for all p

Re: RFR: 8245095: Implementation of JEP 408: Simple Web Server [v4]

2021-09-20 Thread Daniel Fuchs
On Mon, 20 Sep 2021 15:28:05 GMT, Julia Boes wrote: >> This change implements a simple web server that can be run on the >> command-line with `java -m jdk.httpserver`. >> >> This is facilitated by adding an entry point for the `jdk.httpserver` >> module, an implementation class whose main meth

Re: RFR: 8245095: Implementation of JEP 408: Simple Web Server [v4]

2021-09-20 Thread Julia Boes
> This change implements a simple web server that can be run on the > command-line with `java -m jdk.httpserver`. > > This is facilitated by adding an entry point for the `jdk.httpserver` module, > an implementation class whose main method is run when the above command is > executed. This is th

Re: RFR: 8273927: Enable hsdis for riscv64

2021-09-20 Thread Magnus Ihse Bursie
On Fri, 17 Sep 2021 08:38:09 GMT, Aleksey Shipilev wrote: > Currently compiled `hsdis-riscv64.so` binary complains: > > > hsdis: bad native mach=architecture not set in Makefile!; please port hsdis > to this platform > > > It seems to be as simple as point to the right BFD arch. > > Additio

Re: RFR: 8273801: Handle VMTYPE for "core" VM variant

2021-09-20 Thread Magnus Ihse Bursie
On Thu, 16 Sep 2021 12:02:38 GMT, David Holmes wrote: >> Building with --with-jvm-variants=core currently produces a binary that >> replies an odd version: >> >> >> $ build/linux-x86_64-core-fastdebug/images/jdk/bin/java -version >> openjdk version "18-internal" 2022-03-15 >> OpenJDK Runtime E

Re: RFR: 8273797: Stop impersonating "server" VM in all VM variants

2021-09-20 Thread Magnus Ihse Bursie
On Wed, 15 Sep 2021 10:02:19 GMT, Aleksey Shipilev wrote: > As the follow-up for Zero-specific JDK-8273494, we might want to clean up > build system logic for all VM variants: stop impersonating "server" VMs for > all of them. This basically leaves "core" and "custom" variants to be handled >

Re: RFR: 8273797: Stop impersonating "server" VM in all VM variants

2021-09-20 Thread Magnus Ihse Bursie
On Wed, 15 Sep 2021 10:02:19 GMT, Aleksey Shipilev wrote: > As the follow-up for Zero-specific JDK-8273494, we might want to clean up > build system logic for all VM variants: stop impersonating "server" VMs for > all of them. This basically leaves "core" and "custom" variants to be handled >