jdk/test/jdk/security/JavaDotSecurity/raw_java_security
author weijun
Wed, 02 Dec 2015 16:44:58 +0800
changeset 34383 15dce969f2a4
child 40565 3ac0ba151e70
permissions -rw-r--r--
8141690: JDK-8133151 change to MakeJavaSecurity.java is not complete Reviewed-by: mullan

#
# This is my own security properties file.
#

#ifdef solaris
foo.tbd=1
#else
foo.tbd=1a
#endif
#ifndef solaris
foo.tbd=2
#endif
#ifdef mac
foo.tbd=3
#endif
#ifndef mac
foo.tbd=4
#endif
#ifdef solaris-sparc
foo.tbd=5
#endif
#ifndef solaris-sparc
foo.tbd=6
#else
foo.tbd=6a
#endif
#ifdef solaris-x64
foo.tbd=7
#endif
#ifndef solaris-x64
foo.tbd=8
#endif
#ifdef macosx-sparc
foo.tbd=9
#else
foo.tbd=9a
#endif
#ifndef macosx-sparc
foo.tbd=10
#endif
#ifdef macosx-x64
foo.tbd=11
#endif
#ifndef macosx-x64
foo.tbd=12
#endif

package.access=sun.,\
#ifdef solaris
               solaris.,\
#endif
#ifdef macosx
               apple.,\
#endif

package.definition=sun.,\
#ifdef solaris
                   solaris.,\
#endif
#ifdef macosx
                   apple.,\
#endif