< prev index next >

src/java.base/share/classes/com/sun/java/util/jar/pack/intrinsic.properties

Print this page




   4 
   5 # Additional standard properties are hardwired into the code,
   6 # but may be overridden here, if necessary.
   7 
   8 # The makefile for this directory must copy this file
   9 # into the target class hierarchy so it will get into runtime image.
  10 
  11 # JCOV attributes
  12 pack.code.attribute.CoverageTable = NH[PHHII]
  13 pack.code.attribute.CharacterRangeTable = NH[PHPOHIIH]
  14 pack.class.attribute.SourceID = RUH
  15 pack.class.attribute.CompilationID = RUH
  16 
  17 # Module attributes, supported by the tool and not JSR-200
  18 pack.class.attribute.Module = RUHFHNH[RUHFH]NH[RUHFHNH[RUH]]NH[RUHFHNH[RUH]]NH[RCH]NH[RCHNH[RCH]]
  19 pack.class.attribute.ModulePackages = NH[RUH]
  20 pack.class.attribute.ModuleVersion = RUH
  21 pack.class.attribute.ModuleMainClass = RCH
  22 pack.class.attribute.ModuleTarget = RUHRUHRUH
  23 pack.class.attribute.ModuleHashes = RUHNH[RUHNH[B]]

  24 
  25 
  26 # Note:  Zero-length ("marker") attributes do not need to be specified here.
  27 # They are automatically defined to have an empty layout.
  28 #pack.class.attribute.Deprecated =
  29 #pack.field.attribute.Deprecated =
  30 #pack.method.attribute.Deprecated =
  31 
  32 ## Example layouts for builtins.  (Do not uncomment.)
  33 #pack.class.attribute.Signature = RSH
  34 #pack.field.attribute.Signature = RSH
  35 #pack.method.attribute.Signature = RSH
  36 # Signature = { signature:u2 }
  37 #pack.class.attribute.SourceFile = RUH
  38 # SourceFile = { utf8:u2 }
  39 #pack.class.attribute.InnerClasses = NH[RCH RCNH RUNH FH]
  40 # InnerClasses = { (N:u2)*{ class:u2 class?:u2 utf8?:u2 flags:u2 } }
  41 #pack.method.attribute.Exceptions = NH[RCH]
  42 # Exceptions = { (N:u2)*{ class:u2 } }
  43 #pack.code.attribute.StackMap = \


   4 
   5 # Additional standard properties are hardwired into the code,
   6 # but may be overridden here, if necessary.
   7 
   8 # The makefile for this directory must copy this file
   9 # into the target class hierarchy so it will get into runtime image.
  10 
  11 # JCOV attributes
  12 pack.code.attribute.CoverageTable = NH[PHHII]
  13 pack.code.attribute.CharacterRangeTable = NH[PHPOHIIH]
  14 pack.class.attribute.SourceID = RUH
  15 pack.class.attribute.CompilationID = RUH
  16 
  17 # Module attributes, supported by the tool and not JSR-200
  18 pack.class.attribute.Module = RUHFHNH[RUHFH]NH[RUHFHNH[RUH]]NH[RUHFHNH[RUH]]NH[RCH]NH[RCHNH[RCH]]
  19 pack.class.attribute.ModulePackages = NH[RUH]
  20 pack.class.attribute.ModuleVersion = RUH
  21 pack.class.attribute.ModuleMainClass = RCH
  22 pack.class.attribute.ModuleTarget = RUHRUHRUH
  23 pack.class.attribute.ModuleHashes = RUHNH[RUHNH[B]]
  24 pack.class.attribute.ModuleResolution = FH
  25 
  26 
  27 # Note:  Zero-length ("marker") attributes do not need to be specified here.
  28 # They are automatically defined to have an empty layout.
  29 #pack.class.attribute.Deprecated =
  30 #pack.field.attribute.Deprecated =
  31 #pack.method.attribute.Deprecated =
  32 
  33 ## Example layouts for builtins.  (Do not uncomment.)
  34 #pack.class.attribute.Signature = RSH
  35 #pack.field.attribute.Signature = RSH
  36 #pack.method.attribute.Signature = RSH
  37 # Signature = { signature:u2 }
  38 #pack.class.attribute.SourceFile = RUH
  39 # SourceFile = { utf8:u2 }
  40 #pack.class.attribute.InnerClasses = NH[RCH RCNH RUNH FH]
  41 # InnerClasses = { (N:u2)*{ class:u2 class?:u2 utf8?:u2 flags:u2 } }
  42 #pack.method.attribute.Exceptions = NH[RCH]
  43 # Exceptions = { (N:u2)*{ class:u2 } }
  44 #pack.code.attribute.StackMap = \
< prev index next >