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? -Alan