RFR: JDK-8166648,,jib make run-test for langtools results in intermittent failures on windows-x86

Tim Bell tim.bell at oracle.com
Mon Oct 10 15:58:33 UTC 2016


Erik:

> On 2016-10-10 14:56, David Holmes wrote:
>> On 10/10/2016 6:53 PM, Erik Joelsson wrote:
>>> Hello,
>>>
>>> The variable ARCH_DATA_MODEL is not initialized anywhere. I know JPRT
>>> sets it, but I don't think we should rely on that.
>>
>> ./autoconf/buildjdk-spec.gmk.in:ARCH_DATA_MODEL :=
>> $(OPENJDK_BUILD_CPU_BITS)
>>
> A test makefile does not necessarily run in the context of a configure
> configuration (and he buildjdk-spec will never be in effect when running
> a test anyway). In this case, the check for 32 bit has to happen in the
> makefile.

Thanks for pointing this out..  I'll take another look and find a way to 
check for 32 bit in the test/Makefile.

Tim





More information about the build-dev mailing list