Merge

Sun, 13 Oct 2013 21:37:17 +0100

author
chegar
date
Sun, 13 Oct 2013 21:37:17 +0100
changeset 848
ce8c63017f11
parent 844
fd3b32cc4b6e
parent 847
af87dabb4263
child 849
28be3d174c92

Merge

     1.1 --- a/common/makefiles/RMICompilation.gmk	Thu Oct 10 21:22:46 2013 -0700
     1.2 +++ b/common/makefiles/RMICompilation.gmk	Sun Oct 13 21:37:17 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -60,11 +60,11 @@
    1.11  
    1.12      ifneq (,$$($1_RUN_IIOP))
    1.13          $1_TARGETS += $$($1_TIE_FILES)
    1.14 -        $1_ARGS += -iiop
    1.15 +        $1_ARGS += -iiop -emitPermissionCheck
    1.16      endif
    1.17      ifneq (,$$($1_RUN_IIOP_STDPKG))
    1.18          $1_TARGETS += $$($1_TIE_STDPKG_FILES)
    1.19 -        $1_ARGS2 := -iiop -standardPackage
    1.20 +        $1_ARGS2 := -iiop -emitPermissionCheck -standardPackage
    1.21      endif
    1.22  
    1.23      ifneq (,$$($1_KEEP_GENERATED))

mercurial