0N/A# Properties which are known to Pack without further instruction,
0N/A# but are not part of the JSR 200 standard.
0N/A# They amount to default Pack properties.
0N/A
0N/A# Additional standard properties are hardwired into the code,
0N/A# but may be overridden here, if necessary.
0N/A
0N/A# The makefile for this directory must copy this file
0N/A# into the target class hierarchy so it will get into rt.jar.
0N/A
0N/A# JCOV attributes
0N/Apack.code.attribute.CoverageTable = NH[PHHII]
0N/Apack.code.attribute.CharacterRangeTable = NH[PHPOHIIH]
0N/Apack.class.attribute.SourceID = RUH
0N/Apack.class.attribute.CompilationID = RUH
0N/A
0N/A# Note: Zero-length ("marker") attributes do not need to be specified here.
0N/A# They are automatically defined to have an empty layout.
0N/A#pack.class.attribute.Deprecated =
0N/A#pack.field.attribute.Deprecated =
0N/A#pack.method.attribute.Deprecated =
0N/A
0N/A## Example layouts for builtins. (Do not uncomment.)
0N/A#pack.class.attribute.Signature = RSH
0N/A#pack.field.attribute.Signature = RSH
0N/A#pack.method.attribute.Signature = RSH
0N/A# Signature = { signature:u2 }
0N/A#pack.class.attribute.SourceFile = RUH
0N/A# SourceFile = { utf8:u2 }
0N/A#pack.class.attribute.InnerClasses = NH[RCH RCNH RUNH FH]
0N/A# InnerClasses = { (N:u2)*{ class:u2 class?:u2 utf8?:u2 flags:u2 } }
0N/A#pack.method.attribute.Exceptions = NH[RCH]
0N/A# Exceptions = { (N:u2)*{ class:u2 } }
0N/A#pack.code.attribute.StackMap = \
0N/A# [NH[PH NH[(1)] NH[(1)]]] \
0N/A# [TB (7)[RCH] (8,9)[PH] ()[]]
0N/A#pack.code.attribute.LineNumberTable = NH[PH H]
0N/A#pack.code.attribute.LocalVariableTable = NH[PH OH RUH RSH H]
0N/A
0N/A# Set this property if the classfile version number is bumped,
0N/A# as long as the format remains compatible with Pack200.
0N/A#com.sun.java.util.jar.pack.max.class.majver = 59
0N/A
0N/A# Uncomment this line if the C-coded unpacker seems broken.
0N/A#com.sun.java.util.jar.pack.disable.native = true
0N/A