jaxws/.hgignore
author tonyp
Mon, 05 Apr 2010 12:19:22 -0400
changeset 5242 85cf92183e39
parent 4407 f6cdb0710f97
child 9387 61ee8ff96830
permissions -rw-r--r--
6940310: G1: MT-unsafe calls to CM::region_stack_push() / CM::region_stack_pop() Summary: Calling the methods region_stack_push() and region_stack_pop() concurrent is not MT-safe. The assumption is that we will only call region_stack_push() during a GC pause and region_stack_pop() during marking. Unfortunately, we also call region_stack_push() during marking which seems to be introducing subtle marking failures. This change introduces lock-based methods for pushing / popping to be called during marking. Reviewed-by: iveresov, johnc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8
474761f14bca Initial load
duke
parents:
diff changeset
     1
^build/
474761f14bca Initial load
duke
parents:
diff changeset
     2
^dist/
3885
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
     3
^drop/
4137
a06d987928b2 6894441: Add checksum checks, remove use of original sources in jax repositories, fix bundle logic
ohair
parents: 3885
diff changeset
     4
^drop_included/
3885
90241d0c87b6 6856630: Restructure jaxp/jaxws repositories
ohair
parents: 8
diff changeset
     5
^webrev/
4407
f6cdb0710f97 6909462: Fix nbproject/private references in .hgignore
ohair
parents: 4137
diff changeset
     6
/nbproject/private/