Re: RFR: JDK-8145115: make JAVAC_FLAGS=-g no longer works

2015-12-11 Thread Severin Gehwolf
On Fri, 2015-12-11 at 14:10 +0100, Magnus Ihse Bursie wrote: > On 2015-12-10 16:02, Severin Gehwolf wrote: > > Yes, pretty please :) This is a long standing issue (not just java > > class debug info, but debug info in general). See > > JDK-8036003 with review thread: > > http://mail.openjdk.java.ne

Re: RFR: JDK-8145115: make JAVAC_FLAGS=-g no longer works

2015-12-11 Thread Magnus Ihse Bursie
On 2015-12-10 16:02, Severin Gehwolf wrote: Yes, pretty please :) This is a long standing issue (not just java class debug info, but debug info in general). See JDK-8036003 with review thread: http://mail.openjdk.java.net/pipermail/build-dev/2015-December/016155.html Once JDK-8036003 is fixed we

Re: RFR: JDK-8145115: make JAVAC_FLAGS=-g no longer works

2015-12-11 Thread Magnus Ihse Bursie
On 2015-12-10 15:49, Erik Joelsson wrote: I looked closer at your actual command lines and managed to reproduce. The problem is JAVAC_FLAGS=-g. We have unfortunately used that name for a local variable in make/CompileJavaModules.gmk. Fix is pretty simple, just rename that local variable. In the

Re: RFR: JDK-8145115: make JAVAC_FLAGS=-g no longer works

2015-12-10 Thread Severin Gehwolf
On Thu, 2015-12-10 at 15:49 +0100, Erik Joelsson wrote: > I looked closer at your actual command lines and managed to reproduce.  > The problem is JAVAC_FLAGS=-g. We have unfortunately used that name for  > a local variable in make/CompileJavaModules.gmk. Fix is pretty simple,  > just rename that l

RFR: JDK-8145115: make JAVAC_FLAGS=-g no longer works

2015-12-10 Thread Erik Joelsson
I looked closer at your actual command lines and managed to reproduce. The problem is JAVAC_FLAGS=-g. We have unfortunately used that name for a local variable in make/CompileJavaModules.gmk. Fix is pretty simple, just rename that local variable. In the longer term, we need to be able to enable