mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
Merge
This commit is contained in:
commit
67553272ac
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
#
|
#
|
||||||
# This code is free software; you can redistribute it and/or modify it
|
# This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -60,11 +60,11 @@ define SetupRMICompilation
|
||||||
|
|
||||||
ifneq (,$$($1_RUN_IIOP))
|
ifneq (,$$($1_RUN_IIOP))
|
||||||
$1_TARGETS += $$($1_TIE_FILES)
|
$1_TARGETS += $$($1_TIE_FILES)
|
||||||
$1_ARGS += -iiop
|
$1_ARGS += -iiop -emitPermissionCheck
|
||||||
endif
|
endif
|
||||||
ifneq (,$$($1_RUN_IIOP_STDPKG))
|
ifneq (,$$($1_RUN_IIOP_STDPKG))
|
||||||
$1_TARGETS += $$($1_TIE_STDPKG_FILES)
|
$1_TARGETS += $$($1_TIE_STDPKG_FILES)
|
||||||
$1_ARGS2 := -iiop -standardPackage
|
$1_ARGS2 := -iiop -emitPermissionCheck -standardPackage
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$$($1_KEEP_GENERATED))
|
ifneq (,$$($1_KEEP_GENERATED))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue