Re: build problems with man pages on linux

2020-06-22 Thread Philip Race
I thought that if the version of pandoc is not suitable, the build skips man pages. No idea if pandoc 2.3.1 is available for Ubuntu 16.04. -phil. On 6/22/20, 5:10 PM, Jonathan Gibbons wrote: You need something like pandoc 2.3.1 -- Jon On 6/22/20 4:58 PM, Philip Race wrote: from Ubuntu 16.04

Re: build problems with man pages on linux

2020-06-22 Thread Jonathan Gibbons
You need something like pandoc 2.3.1 -- Jon On 6/22/20 4:58 PM, Philip Race wrote: from Ubuntu 16.04 Linux $ which pandoc /usr/bin/pandoc $ pandoc --version pandoc 1.16.0.2 Compiled with texmath 0.8.4.1, highlighting-kate 0.6.1. Syntax highlighting is supported for the following languages:   

Re: build problems with man pages on linux

2020-06-22 Thread Philip Race
from Ubuntu 16.04 Linux $ which pandoc /usr/bin/pandoc $ pandoc --version pandoc 1.16.0.2 Compiled with texmath 0.8.4.1, highlighting-kate 0.6.1. Syntax highlighting is supported for the following languages: abc, actionscript, ada, agda, apache, asn1, asp, awk, bash, bibtex, boo, c, cha

Re: build problems with man pages on linux

2020-06-22 Thread Jonathan Gibbons
Phil, What version of pandoc are you using?  One from jib, or some other version, e.g from Linux. -- Jon On 6/22/20 4:42 PM, Philip Race wrote: I've been working on Windows and Mac issues for the last several weeks so it has been some time since I even tried to build JDK on my Ubuntu 1604 s

build problems with man pages on linux

2020-06-22 Thread Philip Race
I've been working on Windows and Mac issues for the last several weeks so it has been some time since I even tried to build JDK on my Ubuntu 1604 system. In the interim it seems to have stopped working. I get these errors : LauncherCommon.gmk:223: recipe for target '/build/linux-x86_64-server-r

Re: RFR: JDK-8213214: Set -Djava.io.tmpdir= when running tests

2020-06-22 Thread Mikael Vidstedt
The makefile changes look good to me! Cheers, Mikael > On Jun 16, 2020, at 12:22 PM, Erik Joelsson wrote: > > (re-sending this as it doesn't look like it was delivered) > > There are a lot of jtreg tests that use temporary files. These temporary > files add up over time and fill up the glob

Re: RFR: 8243470: [macos] bring back O2 opt level for unsafe.cpp

2020-06-22 Thread Magnus Ihse Bursie
Looks good to me. /Magnus > 22 juni 2020 kl. 12:39 skrev Vladimir Kempik : > > Hello > Thanks for looking into this Magnus. > > Here is updated version of webrev - > http://cr.openjdk.java.net/~vkempik/8243470/webrev.01/ > effectively it does exactly the same as previous version, I have remov

Re: RFR: 8243470: [macos] bring back O2 opt level for unsafe.cpp

2020-06-22 Thread Erik Joelsson
Looks good. /Erik On 2020-06-22 03:39, Vladimir Kempik wrote: Hello Thanks for looking into this Magnus. Here is updated version of webrev - http://cr.openjdk.java.net/~vkempik/8243470/webrev.01/ effectively it does exactly the same as

Re: RFR: 8243470: [macos] bring back O2 opt level for unsafe.cpp

2020-06-22 Thread Vladimir Kempik
Hello Thanks for looking into this Magnus. Here is updated version of webrev - http://cr.openjdk.java.net/~vkempik/8243470/webrev.01/ effectively it does exactly the same as previous version, I have removed the version check for clang.

Re: RFR: 8246436: JFR: Avoid parsing metadata.xml during startup

2020-06-22 Thread Erik Gahlin
Thanks for all the reviews and the measurements! Erik > On 18 Jun 2020, at 13:56, Claes Redestad wrote: > > Hi Erik, > > looks good - and a great improvement! > > By my measures this removes about 12% of the total JVM cpu use when > running a Hello World with -XX:StartFlightRecording - or rou