Review request 8152697: JVMCI tests fail with UnsatisfiedLinkError as jdk.vm.ci not defined by boot loader

Mandy Chung mandy.chung at oracle.com
Thu Mar 24 20:14:25 UTC 2016


> On Mar 24, 2016, at 12:38 PM, Alan Bateman <Alan.Bateman at oracle.com> wrote:
> 
> 
> On 24/03/2016 19:36, Mandy Chung wrote:
>> Simple patch.  jdk.vm.ci should be defined by the boot loader.
>> 
>> diff --git a/make/common/Modules.gmk b/make/common/Modules.gmk
>> --- a/make/common/Modules.gmk
>> +++ b/make/common/Modules.gmk
>> @@ -66,6 +66,7 @@
>>      jdk.sctp \
>>      jdk.security.auth \
>>      jdk.security.jgss \
>> +    jdk.vm.ci \
>>      #
>> 
> Looks okay, I'm surprised this was missed. Lost in the refactor?

It was misplaced in the closed version.  During the cleanup, it should be moved to the open list but missed.

Mandy



More information about the jigsaw-dev mailing list