Re: RFR: JDK-8212780: JEP 343: Packaging Tool Implementation

2018-10-24 Thread Alan Bateman
On 23/10/2018 16:49, Andy Herrick wrote: This patch implements the Java Packager Tool (jpackager) as described in JEP 343: Packaging Tool jpackager is a simple packaging tool, based on the JavaFX |javapackager| tool, that:  * Supports nativ

Re: RFR: JDK-8212780: JEP 343: Packaging Tool Implementation

2018-10-24 Thread Erik Joelsson
Hello, Nice to see this finally happening! Are we actually adding a new demo? I thought we were working towards getting rid of the demos completely. CompileJavaModules.gmk: The jdk.packager_CLEAN_FILES could be replaced with a simple "jdk.packager_CLEAN := .properties" unless you actually n

Re: RFR(XXS) 8212877: Restore JTREG_VERBOSE value for mach5 testing

2018-10-24 Thread Ekaterina Pavlova
Thanks David. -katya On 10/23/18 3:04 PM, David Holmes wrote: LGTM. Thanks, David On 24/10/2018 6:33 AM, Ekaterina Pavlova wrote: Hi All, Please review this extra small change which restores JTREG_VERBOSE value for mach5 testing. Default JTREG_VERBOSE value was changed from "fail,error,ti

RFR(8u): 8211933: [8u] hotspot adlc needs to link statically with libstdc++ for gcc7.3

2018-10-24 Thread Kevin Walls
Hi, I'd like to get a review of an 8u change: 8211933: [8u] hotspot adlc needs to link statically with libstdc++ for gcc7.3 https://bugs.openjdk.java.net/browse/JDK-8211933 webrev: http://cr.openjdk.java.net/~kevinw/8211933/webrev.00/ Essentially adds -static-libstdc++ for linking adlc durin

Re: RFR(8u): 8211933: [8u] hotspot adlc needs to link statically with libstdc++ for gcc7.3

2018-10-24 Thread Erik Joelsson
Looks good to me. /Erik On 2018-10-24 16:16, Kevin Walls wrote: Hi, I'd like to get a review of an 8u change: 8211933: [8u] hotspot adlc needs to link statically with libstdc++ for gcc7.3 https://bugs.openjdk.java.net/browse/JDK-8211933 webrev: http://cr.openjdk.java.net/~kevinw/8211933/w

build openjdk8 on ubuntu18.04.1

2018-10-24 Thread Zonghai Shang
Hi Building OpenJDK for target 'all' in configuration 'linux-x86_64-normal-server-fastdebug' ## Starting langtools Compiling 2 files for BUILD_TOOLS Compiling 32 properties into resource bundles Compiling 782 files for BUILD_BOOTSTRAP_LANGTOOLS Note: Some input files use or override a deprecated

Building Portola JDK11 for AMR64 arch

2018-10-24 Thread denusdv
Hi all My purpose it to build JDK 11 Portola for ARM64 arch, I'm using x86 as a build arch, 1. The boot SDK is built from the same source. 2. The cross compile toolchain is gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu 3. The build is done in Alpine OS with glibc on it. My configure command

Cannot compile OpenJDK 11 (visual studio fail)

2018-10-24 Thread Franco Gastón Pellegrini
Hello, I'm trying to compile OpenJDK 11 from hg sources, but when I use: bash ./configure --enable-debug --with-target-bits=32 --with-toolchain-version=2017 --with-jvm-variants=client --with-boot-jdk="/home/Franco/Java/jdk10/build/windows-x86-normal-client-fastdebug/jdk/"; it fail, because: chec

Re: build openjdk8 on ubuntu18.04.1

2018-10-24 Thread Zonghai Shang
Here is my config: Running generated-configure.sh configure: Configuration created at Thu Oct 25 11:35:50 HKT 2018. configure: configure script generated at timestamp 1539613812. checking for basename... /usr/bin/basename checking for bash... /bin/bash checking for cat... /bin/cat checking for chm

Re: Cannot compile OpenJDK 11 (visual studio fail)

2018-10-24 Thread Artur Khusainov
I also reported this earlier. You should install English (US) language pack for Visual Studio. And maybe uninstall your current language pack. чт, 25 окт. 2018 г., 9:26 Franco Gastón Pellegrini < francogpellegr...@gmail.com>: > Hello, I'm trying to compile OpenJDK 11 from hg sources, but when I