On Fri, 2018-11-16 at 12:14 +0000, Alex Kashchenko wrote: > > > In this line: > > > > > > SA_CFLAGS = $(SA_CFLAGS) -ZI > > > > > > "ZI" should be changed to "Zi", otherwise it fails on fastdebug and > > > release (not compatible with O2). > > > > Nice catch! How about this? > > > > http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8212110/jdk8/webrev.03/ > > This worked for me.
Great, thanks! Cheers, Severin