Re: [9] RFR 8130665 java/lang/SecurityManager/CheckSecurityProvider.java failing in jake on OS X

2015-08-10 Thread Erik Joelsson
Hello Valerie, To reduce duplication, I think something like this would be preferable. Remove the windows and macosx checks and just always run this line: POLICY_SRC_LIST += \ $(wildcard $(JDK_TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS)/conf/security/java.policy) That way, I platform

[9] RFR 8130665 java/lang/SecurityManager/CheckSecurityProvider.java failing in jake on OS X

2015-08-07 Thread Valerie Peng
Hi, Sean and build experts, Can you please review the fix for 8130665 java/lang/SecurityManager/CheckSecurityProvider.java failing in jake on OS X? The Apple provider fails to be instantiated in Jake due to the missing permission grants. However, it currently only fails in Jake workspace and