Re: Compiling Java code for all target platforms at once

2022-08-25 Thread David Holmes
On 26/08/2022 9:11 am, some-java-user-99206970363698485...@vodafonemail.de wrote: Hello, the JDK source code contains many Java classes which are specific to one platform / operating system, for example classes to interact with the file system or the AWT and Swing related classes are different

Compiling Java code for all target platforms at once

2022-08-25 Thread some-java-user-99206970363698485155
Hello, the JDK source code contains many Java classes which are specific to one platform / operating system, for example classes to interact with the file system or the AWT and Swing related classes are different for Windows and Linux. Is there a way to compile the Java source code for all

Re: RFR: 8292911: Add a note about jtreg failure handlers in the testing doc

2022-08-25 Thread Erik Joelsson
On Thu, 25 Aug 2022 10:44:32 GMT, Jaikiran Pai wrote: > Can I please get a review of this change to the testing documentation which > adds a note about failure handlers in jtreg? This addresses > https://bugs.openjdk.org/browse/JDK-8292911. > > Recently, there have been users who have been

RFR: 8292911: Add a note about jtreg failure handlers in the testing doc

2022-08-25 Thread Jaikiran Pai
Can I please get a review of this change to the testing documentation which adds a note about failure handlers in jtreg? This addresses https://bugs.openjdk.org/browse/JDK-8292911. Recently, there have been users who have been prompted for sudo password when running jtreg tests locally and

Re: RFR: 8290154: [JVMCI] partially implement JVMCI for RISC-V [v7]

2022-08-25 Thread Sacha Coppey
On Wed, 24 Aug 2022 11:33:01 GMT, Fei Yang wrote: > > > I see you added more changes in hotspot file sharedRuntime_riscv.cpp > > > guarded by macro INCLUDE_JVMCI. Searching for INCLUDE_JVMCI or > > > COMPILER2_OR_JVMCI in src/hotspot/cpu/aarch64, I see several more places > > > checking for