Re: RFR: JDK-8142336: Convert the SA agent build to modular build-infra makefiles

2015-11-11 Thread Dmitry Samersoff
Erik, Could you please file a new CR for warnings and assign it to me? -Dmitry On 2015-11-11 12:31, Erik Joelsson wrote: > New webrev: http://cr.openjdk.java.net/~erikj/8142336/webrev.02/ > > Fixed the issues listed below. Reverted the faulty attempt at fixing a > warning. Did a more thorough a

Re: RFR: JDK-8142336: Convert the SA agent build to modular build-infra makefiles

2015-11-11 Thread Magnus Ihse Bursie
On 2015-11-11 10:31, Erik Joelsson wrote: New webrev: http://cr.openjdk.java.net/~erikj/8142336/webrev.02/ Fixed the issues listed below. Reverted the faulty attempt at fixing a warning. Did a more thorough attempt at clearing out all references to SA in the old makefiles. Looks great. There

Re: Building without Solaris directory on Linux

2015-11-11 Thread Erik Joelsson
Hello Frieder, No, unfortunately not. The way the build works, you need to build everything even if you only need profile1. The compact profiles are only considered at the last step where images are created. Later in jdk9, when modules are properly implemented, it might be possible to build o

Re: Building without Solaris directory on Linux

2015-11-11 Thread Frieder Berthold
Not the answers I hoped for but they help me nonetheless, thank you both! 2015-11-11 12:10 GMT+01:00 Erik Joelsson : > Hello Frieder, > > No, unfortunately not. The way the build works, you need to build > everything even if you only need profile1. The compact profiles are only > considered at th

Re: Building without Solaris directory on Linux

2015-11-11 Thread David Holmes
On 11/11/2015 8:42 PM, Frieder Berthold wrote: Thanks for your fast answer! This means in jdk8 there is no way to build only a smaller subset of the jdk? But in jdk9 there is? No, what you build is unchanged (more or less) it is just the directory structure that differs. "solaris" should be

Re: Building without Solaris directory on Linux

2015-11-11 Thread Volker Simonis
On Wed, Nov 11, 2015 at 11:42 AM, Frieder Berthold wrote: > Thanks for your fast answer! > > This means in jdk8 there is no way to build only a smaller subset of the > jdk? > But in jdk9 there is? The subset you build will be the same in both jdk8 and jdk9. In jdk8 the sources are just not that n

Re: Building without Solaris directory on Linux

2015-11-11 Thread Volker Simonis
On Wed, Nov 11, 2015 at 11:00 AM, Frieder Berthold wrote: > Hello to all, > > I am new in buiding OpenJDK and hope, that this is the right list for my > problem. > > To get a small JVM and rt.jar I try to build OpenJDK 8 with the small musl > libc (http://www.musl-libc.org/) instead of using the s

Building without Solaris directory on Linux

2015-11-11 Thread Frieder Berthold
Hello to all, I am new in buiding OpenJDK and hope, that this is the right list for my problem. To get a small JVM and rt.jar I try to build OpenJDK 8 with the small musl libc (http://www.musl-libc.org/) instead of using the standard gnu libc, yet I do not get it to build correctly. My system: u

Re: RFR: JDK-8142336: Convert the SA agent build to modular build-infra makefiles

2015-11-11 Thread Erik Joelsson
New webrev: http://cr.openjdk.java.net/~erikj/8142336/webrev.02/ Fixed the issues listed below. Reverted the faulty attempt at fixing a warning. Did a more thorough attempt at clearing out all references to SA in the old makefiles. /Erik On 2015-11-10 14:49, Magnus Ihse Bursie wrote: On 201

Re: Building without Solaris directory on Linux

2015-11-11 Thread Frieder Berthold
Thanks for your fast answer! This means in jdk8 there is no way to build only a smaller subset of the jdk? But in jdk9 there is? 2015-11-11 11:18 GMT+01:00 Volker Simonis : > On Wed, Nov 11, 2015 at 11:00 AM, Frieder Berthold > wrote: > > Hello to all, > > > > I am new in buiding OpenJDK and ho