Re: RFR: 8271605: Update JMH devkit to 1.32

2021-08-02 Thread Eric Caspole
On Mon, 2 Aug 2021 10:27:08 GMT, Aleksey Shipilev wrote: > It is currently at 1.28, and thus misses a bunch of fixes and improvements. > 1.32 is the latest version, and probably the last version before enabling the > automatic detection of compiler blackholes (CODETOOLS-7903004), the change >

Re: RFR: 8263097: Update JMH devkit to 1.28

2021-03-05 Thread Eric Caspole
On Fri, 5 Mar 2021 16:04:49 GMT, Claes Redestad wrote: > Currently at 1.26, so there are a few good improvements and a few bug fixes - > notably resolving a build reproducibility issue. Good! Eric - Marked as reviewed by ecaspole (Committer). PR: https://git.openjdk.java.net/jdk/

Integrated: 8255965: LogCompilation: add sort by nmethod code size

2020-11-05 Thread Eric Caspole
On Thu, 5 Nov 2020 22:13:54 GMT, Eric Caspole wrote: > While profiling an issue I added this sort by code size to LogCompilation, > using -z > > $ java -ea -jar target/LogCompilation-1.0-SNAPSHOT.jar -z 2000-2.log | head > > 879 4 com.fee.fi.fo.Fum::foobar (3076 bytes

RFR: 8255965: LogCompilation: add sort by nmethod code size

2020-11-05 Thread Eric Caspole
While profiling an issue I added this sort by code size to LogCompilation, using -z $ java -ea -jar target/LogCompilation-1.0-SNAPSHOT.jar -z 2000-2.log | head 879 4 com.fee.fi.fo.Fum::foobar (3076 bytes)(code size: 57344) 853 make_not_entrant 853 3 com.fee.fi.fo.Fum::foobar (3076 bytes)(code s

Re: RFR: 8250669: Running JMH micros is broken after JDK-8248135

2020-10-28 Thread Eric Caspole
On Wed, 28 Oct 2020 20:50:49 GMT, Claes Redestad wrote: > A microbenchmark with --enable-preview was added in JDK-8248135. This had the > unintended side effect that we now had to always run with --enable-preview. > > With records out of preview, I think the best course of action now is to not

JDK-8028407 / gmake 4.0

2014-11-18 Thread Eric Caspole
Hi build-dev, Is there any change this fix will make it into JDK 8 update repos? https://bugs.openjdk.java.net/browse/JDK-8028407 As far as I can tell it is only in JDK 9. Now Fedora 21 includes gmake 4.0. Thanks, Eric

freetype configure problem in JDK 8 build

2013-10-25 Thread Eric Caspole
Hi JDK build folks, Since yesterday I am having trouble to build the JDK 8 on a machine where I have been building it OK for months. There is some new configure error with freetype, see below. My build system is running Ubuntu 12.04. I have not updated any system packages lately as far as I can