jdk/make/tools/manifest.mf
author tonyp
Mon, 16 Mar 2009 10:52:44 -0400
changeset 2250 36d1eb1bb075
parent 2 90ce3da70b43
child 5552 bca3be14c8bd
permissions -rw-r--r--
6816154: G1: introduce flags to enable/disable RSet updating and scanning Summary: Introduces two flags, -XX:-/+G1EnableParallelRSetUpdating and -XX:-/+G1EnableParallelRSetScanning, to turn on/off the "band aid" fix that serializes RSet updating / scanning during GCs. Reviewed-by: iveresov
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
Manifest-Version: 1.0
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
Specification-Title: Java Platform API Specification
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
Specification-Version: 1.6
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
Specification-Vendor: Sun Microsystems, Inc.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
Implementation-Title: Java Runtime Environment
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
Implementation-Version: @@RELEASE@@
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
Implementation-Vendor: Sun Microsystems, Inc.