jaxp/jaxp.properties
author ysr
Mon, 16 Aug 2010 15:58:42 -0700
changeset 6258 68f252c6e825
parent 6017 36f2c5700473
child 6558 03a1454b9c96
permissions -rw-r--r--
6948538: CMS: BOT walkers can fall into object allocation and initialization cracks Summary: GC workers now recognize an intermediate transient state of blocks which are allocated but have not yet completed initialization. blk_start() calls do not attempt to determine the size of a block in the transient state, rather waiting for the block to become initialized so that it is safe to query its size. Audited and ensured the order of initialization of object fields (klass, free bit and size) to respect block state transition protocol. Also included some new assertion checking code enabled in debug mode. Reviewed-by: chrisphi, johnc, poonam
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3879
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
     1
#
5829
a430a9a81c77 6955301: Update names and references to rebranded drop bundles (jaxp, jaxws, jaf)
ohair
parents: 5512
diff changeset
     2
# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
3879
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
     4
#
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5512
74bb36df3a83 6943119: Rebrand source copyright notices
ohair
parents: 4858
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
3879
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5512
74bb36df3a83 6943119: Rebrand source copyright notices
ohair
parents: 4858
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
3879
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    10
#
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    15
# accompanied this code).
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    16
#
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    20
#
5512
74bb36df3a83 6943119: Rebrand source copyright notices
ohair
parents: 4858
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
74bb36df3a83 6943119: Rebrand source copyright notices
ohair
parents: 4858
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
74bb36df3a83 6943119: Rebrand source copyright notices
ohair
parents: 4858
diff changeset
    23
# questions.
3879
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    24
#
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    25
4133
c1b87ddcc40a 6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws
andrew
parents: 4132
diff changeset
    26
drops.master.copy.base=${drops.dir}
3879
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    27
5829
a430a9a81c77 6955301: Update names and references to rebranded drop bundles (jaxp, jaxws, jaf)
ohair
parents: 5512
diff changeset
    28
jaxp_src.bundle.name=jdk7-jaxp-m7.zip
a430a9a81c77 6955301: Update names and references to rebranded drop bundles (jaxp, jaxws, jaf)
ohair
parents: 5512
diff changeset
    29
jaxp_src.bundle.md5.checksum=22e95fbdb9fb7d8b6b6fc0a1d76d1fbd
3879
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    30
jaxp_src.master.bundle.dir=${drops.master.copy.base}
6017
36f2c5700473 6963941: Correct download link for source drop bundle
ohair
parents: 5829
diff changeset
    31
jaxp_src.master.bundle.url.base=https://jaxp.dev.java.net/files/documents/913/150785
3879
0d9209bdf36c 6856630: Restructure jaxp/jaxws repositories
ohair
parents:
diff changeset
    32
5829
a430a9a81c77 6955301: Update names and references to rebranded drop bundles (jaxp, jaxws, jaf)
ohair
parents: 5512
diff changeset
    33
#jaxp_tests.bundle.name=jdk7-jaxp-tests-2009_08_28.zip
a430a9a81c77 6955301: Update names and references to rebranded drop bundles (jaxp, jaxws, jaf)
ohair
parents: 5512
diff changeset
    34
#jaxp_tests.master.bundle.dir=${drops.master.copy.base}
a430a9a81c77 6955301: Update names and references to rebranded drop bundles (jaxp, jaxws, jaf)
ohair
parents: 5512
diff changeset
    35
#jaxp_tests.master.bundle.url.base=https://jaxp.dev.java.net/files/documents/913/147490
a430a9a81c77 6955301: Update names and references to rebranded drop bundles (jaxp, jaxws, jaf)
ohair
parents: 5512
diff changeset
    36