Re: RFR [9] : get_source.sh should be more friendly to MQ

2014-05-01 Thread Chris Hegarty
John, Mike, Thanks for your comments. I’ve been using rebase for a while now and it certainly makes resolving conflicts in patches much easier, as opposed to manually inspecting reject files. My workflow is as per your suggestion, bash common/bin/hgforest.sh push -a bash common/bin/hgforest.sh

Re: Proposal: jtreg tests with native components

2014-05-01 Thread Dmitry Samersoff
Staffan, Couple of tests require both Java and native code, so compiling it's all into the single directory might be a problem. Some test used to access additional data in TESTSRC so we have to copy it as well. One of possible solution is to allow the tests to support two independent steps - "bui

Re: RFR: 8034094: SA agent can't compile when jni_x86.h is used

2014-05-01 Thread Erik Helin
Hi Erik, thanks for having a look at the patches! On Wednesday 30 April 2014 13:39:01 PM Erik Joelsson wrote: > I think option 2 seems best. Ok, that is my preferred option as well, thanks! Erik > /Erik > > On 2014-04-30 13:26, Erik Helin wrote: > > Anyone interested in this patch? I ran into

Re: RFR: 8034094: SA agent can't compile when jni_x86.h is used

2014-05-01 Thread Erik Helin
On Wednesday 30 April 2014 23:18:40 PM Dmitry Samersoff wrote: > Erik, > > Sorry, missed the thread. No problem, thanks for having a look! On Wednesday 30 April 2014 23:18:40 PM Dmitry Samersoff wrote: > Changes (option 2) looks good for me. Thanks! Erik On Wednesday 30 April 2014 23:18:40 PM

Re: Proposal: jtreg tests with native components

2014-05-01 Thread Jonathan Gibbons
Dmitry, Beyond Staffan's proposal for jtreg to provide tests with a pointer to the location of precompiled native code, there are no plans to change the way jtreg execute tests, processes action tags like @build, @run, etc. -- Jon On 05/01/2014 09:12 AM, Dmitry Samersoff wrote: Staffan, Coup

Re: Build OpenJDK 8 for armhf (Raspberry Pi)?

2014-05-01 Thread Jim Connors
Hello again, Just thought I'd provide an update to the forum about my travails in trying to build an armhf version of OpenJDK 8... Gave up trying to cross-compile, and instead built it natively on an Arm device. The Rasberry Pi is woefully underpowered for such and endeavor, but I do have a

Re: Cross-building Windows binaries using the mingw toolchain

2014-05-01 Thread Ivan Krylov
What would this give in practical terms? Suppose you are working on a cross-platform bug or feature. You want to make sure that the fix works on Windows as well. I would think that testing the fix with cross-compiled build would be insufficient for the reasons that Volker lists. If the produced

Re: Proposal: jtreg tests with native components

2014-05-01 Thread Staffan Larsen
On 1 maj 2014, at 07:45, David Holmes wrote: > On 30/04/2014 9:39 PM, Staffan Larsen wrote: >> >> On 30 apr 2014, at 11:39, David Holmes wrote: >> >>> Hi Staffan, >>> >>> On 25/04/2014 10:02 PM, Staffan Larsen wrote: There are a couple of jtreg tests today that depend on native componen