commit | c1a71be1bffc48c82ee63d5ad21dede51db45006 | [log] [tgz] |
---|---|---|
author | Erik Ă–sterlund <eosterlund@openjdk.org> | Thu Jul 13 17:06:08 2017 +0200 |
committer | Erik Ă–sterlund <eosterlund@openjdk.org> | Thu Jul 13 17:06:08 2017 +0200 |
tree | 84fb01adc9fd1bdb4b07be985b11485bb5156507 | |
parent | e8485a5e0996a7eadd0cbd84b18fa4629020cb99 [diff] |
8182703: Correct G1 barrier queue lock orderings Moving G1 barrier queue locks down to a new 'access' rank, below special, and removing hacks around incorrect lock ordering. Reviewed-by: kbarrett, tschatzl