> On Jan 18, 2019, at 7:31 PM, Vladimir Ivanov <vladimir.x.iva...@oracle.com> 
> wrote:
> 
> Thanks, Vladimir.
> 
>> I usually used --with-jvm-features=-aot,-jvmci,-graal
>> Did not work in this case too?
> 
> I didn't know it supports comma-separated list, but it doesn't work as well:
> 
> $ bash configure --with-jvm-features="-aot,-jvmci,-graal"
> 
> checking if jvmci module jdk.internal.vm.ci should be built... yes
> checking if graal module jdk.internal.vm.compiler should be built... yes
> checking if aot should be enabled… yes

Isn’t the problem here simply incorrect syntax in that command line?

Drop the quotes around the —with-jvm-features argument and I think it should 
work fine.

Reply via email to