8011157: Improve CORBA portablility
authormsheppar
Fri, 14 Jun 2013 15:49:41 +0100
changeset 20633 37f71db71bfb
parent 18049 ab1fcd9738e8
child 20634 d688d90f05a7
8011157: Improve CORBA portablility Summary: fix also reviewed by Alexander Fomin Reviewed-by: alanb, coffeys, skoivu
common/makefiles/RMICompilation.gmk
--- a/common/makefiles/RMICompilation.gmk	Tue Jun 18 17:18:46 2013 -0700
+++ b/common/makefiles/RMICompilation.gmk	Fri Jun 14 15:49:41 2013 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -60,11 +60,11 @@
 
     ifneq (,$$($1_RUN_IIOP))
         $1_TARGETS += $$($1_TIE_FILES)
-        $1_ARGS += -iiop
+        $1_ARGS += -iiop -emitPermissionCheck
     endif
     ifneq (,$$($1_RUN_IIOP_STDPKG))
         $1_TARGETS += $$($1_TIE_STDPKG_FILES)
-        $1_ARGS2 := -iiop -standardPackage
+        $1_ARGS2 := -iiop -emitPermissionCheck -standardPackage
     endif
 
     ifneq (,$$($1_KEEP_GENERATED))