Windows compilation problem

2014-12-09 Thread David Holmes
This is driving me nuts :) Here's the code from start of file (header excluded): #include "utilities/macros.hpp" #if INCLUDE_NMT #include "precompiled.hpp" #include "oops/instanceKlass.hpp" #include "runtime/atomic.hpp" #include "runtime/interfaceSupport.hpp" #include "runtime/mutexLocker.hpp"

Re: How to cross compile OpenJDK for Arm32?

2014-12-09 Thread Severin Gehwolf
Hi, On Mon, 2014-12-08 at 21:46 +1000, David Holmes wrote: > On 8/12/2014 7:10 PM, ChenLong wrote: > > Hi > > > > Apologize if this is not the right place to ask. > > I want to try OpenJDK8 on Armv7. Is there a guideline on how to cross > > compile OpenJDK8 for Armv7? And if not, could someone sh

Re: How to cross compile OpenJDK for Arm32?

2014-12-09 Thread Xerxes Rånby
Den 2014-12-09 10:27, Severin Gehwolf skrev: Hi, On Mon, 2014-12-08 at 21:46 +1000, David Holmes wrote: On 8/12/2014 7:10 PM, ChenLong wrote: Hi Apologize if this is not the right place to ask. I want to try OpenJDK8 on Armv7. Is there a guideline on how to cross compile OpenJDK8 for Armv7?

Re: Windows compilation problem

2014-12-09 Thread Thomas Stüfe
Hi David, Everything before the precompiled header gets ignored, I think. Cheers, Thomas On Dec 9, 2014 10:12 AM, "David Holmes" wrote: > This is driving me nuts :) > > Here's the code from start of file (header excluded): > > #include "utilities/macros.hpp" > > #if INCLUDE_NMT > #include "pre

Re: RFR(XS): 8066589: Make importing sa-jdi.jar optional on its existance

2014-12-09 Thread Volker Simonis
On Fri, Dec 5, 2014 at 10:11 AM, Erik Joelsson wrote: > Hello Volker, > > Are these the only conditions for when sa-jdi.jar is not built? If so, then > I suppose this is fine. Yes. But with my proposed solution any new platform may easily add itself to the list of platforms which don't have the S

Re: RFR(XS): 8066589: Make importing sa-jdi.jar optional on its existance

2014-12-09 Thread Dmitry Samersoff
Volker, Please notice, there is work-in-progress to cease out any dependencies to jdk.hotspot.agent from other modules. Please, see: https://bugs.openjdk.java.net/browse/JDK-8059038 https://bugs.openjdk.java.net/browse/JDK-8059035 -Dmitry On 2014-12-09 20:12, Volker Simonis wrote: > On Fri,

Re: RFR(XS): 8066589: Make importing sa-jdi.jar optional on its existance

2014-12-09 Thread Volker Simonis
That's fine, but we currently can not build on AIX because of this issue and I don't want to stay without builds until the mentioned bugs are fixed (especially when the fix for the issue is so simple and non-intrusive for other platforms). Regards, Volker On Tue, Dec 9, 2014 at 6:23 PM, Dmitry Sa

Re: RFR(XS): 8066589: Make importing sa-jdi.jar optional on its existance

2014-12-09 Thread Dmitry Samersoff
Volker, I'm OK with your fix. -Dmitry On 2014-12-09 20:42, Volker Simonis wrote: > That's fine, but we currently can not build on AIX because of this > issue and I don't want to stay without builds until the mentioned bugs > are fixed (especially when the fix for the issue is so simple and > non

Re: Windows compilation problem

2014-12-09 Thread David Holmes
Hi Thomas, On 9/12/2014 9:59 PM, Thomas Stüfe wrote: Hi David, Everything before the precompiled header gets ignored, I think. Thank you! Now I recall that little detail on windows. David Cheers, Thomas On Dec 9, 2014 10:12 AM, "David Holmes" mailto:david.hol...@oracle.com>> wrote:

JDK 9 RFR of JDK-8067099: Add deprecation lint warning to build of jdk repository

2014-12-09 Thread joe darcy
Hello, The time approaches when the one remaining category of lint warning still present in the jdk repo, deprecation, will be eliminated. In anticipation of that happy day, please review this simple patch to enable the warning in the build: diff -r f7c11da0b048 make/common/SetupJavaCompiler

Re: How to cross compile OpenJDK for Arm32?

2014-12-09 Thread ChenLong
Thanks a lot for sharing these! It seems a lot of efforts needed to cross-compiling OpenJDK (I do hope it could be easier :). A couple of more quick questions: 1) Is it same as OpenJDK 8? (I prefer 8 as it is the latest release, right?) 2) Is there any place that I can download prebuilt sysroot

Re: How to cross compile OpenJDK for Arm32?

2014-12-09 Thread David Holmes
On 9/12/2014 9:16 PM, Xerxes Rånby wrote: Den 2014-12-09 10:27, Severin Gehwolf skrev: Hi, On Mon, 2014-12-08 at 21:46 +1000, David Holmes wrote: On 8/12/2014 7:10 PM, ChenLong wrote: Hi Apologize if this is not the right place to ask. I want to try OpenJDK8 on Armv7. Is there a guideline o

Re: RFR(XS): 8066589: Make importing sa-jdi.jar optional on its existance

2014-12-09 Thread Erik Joelsson
On 2014-12-09 18:12, Volker Simonis wrote: On Fri, Dec 5, 2014 at 10:11 AM, Erik Joelsson wrote: Hello Volker, Are these the only conditions for when sa-jdi.jar is not built? If so, then I suppose this is fine. Yes. But with my proposed solution any new platform may easily add itself to the

Re: JDK 9 RFR of JDK-8067099: Add deprecation lint warning to build of jdk repository

2014-12-09 Thread Erik Joelsson
First, congratulations on almost being done fixing all the warnings! When removing the last warning exception, perhaps it's time to change the comment next to this line too? /Erik On 2014-12-10 02:59, joe darcy wrote: Hello, The time approaches when the one remaining category of lint warnin