Re: Running native code test

2015-12-03 Thread Staffan Larsen
Why is it a problem having executables and libraries in the same directory? It was a design choice we made to make things simpler. /Staffan > On 3 dec. 2015, at 18:13, Carsten Varming wrote: > > Dear David, > > I think I finally understand what is going on now. :) > > The command "make build

Re: RFR: JDK-8136782: Introduce a build/configure wrapper

2015-12-03 Thread Magnus Ihse Bursie
On 2015-12-03 16:27, Erik Joelsson wrote: Hello, This patch adds support for a new Oracle internal tool that will help us manage build configurations. I doubt it could be of any use to outside users, except perhaps to give a bit of insight into what versions of certain dependencies we use int

Re: Running native code test

2015-12-03 Thread Jonathan Gibbons
Carsten, I'll file a RFE for jtreg for you. -- Jon On 12/03/2015 09:13 AM, Carsten Varming wrote: Dear David, I think I finally understand what is going on now. :) The command "make build-test-hotspot-jtreg-native" populates $(OUTPUTDIR)/support/test/hotspot/jtreg/native/lib/ with ".so" fil

Re: Running native code test

2015-12-03 Thread Carsten Varming
Dear David, I think I finally understand what is going on now. :) The command "make build-test-hotspot-jtreg-native" populates $(OUTPUTDIR)/support/test/hotspot/jtreg/native/lib/ with ".so" files using sub-directories of $(OUTPUTDIR)/support/test/hotspot/jtreg/native/support/ as scratch space for

Re: RFR(XS): JDK-8114853 variable tracking size limit exceeded in vmStructs.cpp

2015-12-03 Thread Thomas Schatzl
Hi, On Thu, 2015-12-03 at 16:53 +0300, Dmitry Samersoff wrote: > Everybody, > > I'd followed common opinion and turn off tracking of variable assignment > for vmStructs file only. > > Updated webrev is here: > > http://cr.openjdk.java.net/~dsamersoff/JDK-8114853/webrev.02/ looks good. Thanks

Re: RFR(XS): JDK-8114853 variable tracking size limit exceeded in vmStructs.cpp

2015-12-03 Thread Mikael Gerdin
Hi Dmitry, On 2015-12-03 14:53, Dmitry Samersoff wrote: Everybody, I'd followed common opinion and turn off tracking of variable assignment for vmStructs file only. Updated webrev is here: http://cr.openjdk.java.net/~dsamersoff/JDK-8114853/webrev.02/ Looks good to me. /Mikael -Dmitry On

RFR: JDK-8136782: Introduce a build/configure wrapper

2015-12-03 Thread Erik Joelsson
Hello, This patch adds support for a new Oracle internal tool that will help us manage build configurations. I doubt it could be of any use to outside users, except perhaps to give a bit of insight into what versions of certain dependencies we use internally, as those will be specified in the

Re: RFR: JDK-8036003: Add --with-debug-symbols=[none|internal|external|zipped]

2015-12-03 Thread Yasumasa Suenaga
Hi David, Can you reinstate the comment: 581 # This must be done after the toolchain is setup, since we're looking at objcopy. as this constraint still exists. I will reinstate it. It would be nice if the external and zipped cases could somehow be shared so that we don't have to dup

Re: RFR(XS): JDK-8114853 variable tracking size limit exceeded in vmStructs.cpp

2015-12-03 Thread Dmitry Samersoff
Everybody, I'd followed common opinion and turn off tracking of variable assignment for vmStructs file only. Updated webrev is here: http://cr.openjdk.java.net/~dsamersoff/JDK-8114853/webrev.02/ -Dmitry On 2015-11-19 14:58, Dmitry Samersoff wrote: > Everybody, > > Please review: > > http://c

Re: Running native code test

2015-12-03 Thread Erik Joelsson
On 2015-12-03 08:15, David Holmes wrote: Thanks for that. Tracing through these makefile macros is far too painful. I wish there were some way to see what they looked like once expanded. In the debug log, you get the calls to each macro listed, which can help to see how it was actually ca