hg: zgc/zgc: 5 new changesets
per.liden at oracle.com
per.liden at oracle.com
Wed May 23 07:37:21 UTC 2018
Changeset: 57fec42d3381
Author: eosterlund
Date: 2018-05-22 18:32 +0200
URL: http://hg.openjdk.java.net/zgc/zgc/rev/57fec42d3381
ZGC: UPSTREAM: 8202377: Modularize C2 GC barriers
+ src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp
+ src/hotspot/share/gc/g1/c2/g1BarrierSetC2.hpp
! src/hotspot/share/gc/g1/g1BarrierSet.cpp
! src/hotspot/share/gc/shared/barrierSet.hpp
+ src/hotspot/share/gc/shared/c2/barrierSetC2.cpp
+ src/hotspot/share/gc/shared/c2/barrierSetC2.hpp
+ src/hotspot/share/gc/shared/c2/cardTableBarrierSetC2.cpp
+ src/hotspot/share/gc/shared/c2/cardTableBarrierSetC2.hpp
+ src/hotspot/share/gc/shared/c2/modRefBarrierSetC2.cpp
+ src/hotspot/share/gc/shared/c2/modRefBarrierSetC2.hpp
! src/hotspot/share/gc/shared/cardTableBarrierSet.cpp
! src/hotspot/share/gc/shared/cardTableBarrierSet.hpp
! src/hotspot/share/gc/shared/modRefBarrierSet.hpp
! src/hotspot/share/opto/arraycopynode.cpp
! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/compile.hpp
! src/hotspot/share/opto/escape.cpp
! src/hotspot/share/opto/graphKit.cpp
! src/hotspot/share/opto/graphKit.hpp
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/loopnode.hpp
! src/hotspot/share/opto/loopopts.cpp
! src/hotspot/share/opto/macro.cpp
! src/hotspot/share/opto/macro.hpp
! src/hotspot/share/opto/macroArrayCopy.cpp
! src/hotspot/share/opto/node.cpp
! src/hotspot/share/opto/parse2.cpp
! src/hotspot/share/opto/parse3.cpp
! src/hotspot/share/opto/phaseX.cpp
! src/hotspot/share/opto/runtime.cpp
! src/hotspot/share/opto/runtime.hpp
Changeset: a6cecfe1bfcf
Author: eosterlund
Date: 2018-05-22 18:33 +0200
URL: http://hg.openjdk.java.net/zgc/zgc/rev/a6cecfe1bfcf
ZGC: Adapt to the new C2 access API
! src/hotspot/share/gc/shared/c2/modRefBarrierSetC2.cpp
+ src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp
+ src/hotspot/share/gc/z/c2/zBarrierSetC2.hpp
! src/hotspot/share/gc/z/zBarrierSet.cpp
! src/hotspot/share/opto/arraycopynode.cpp
! src/hotspot/share/opto/classes.cpp
! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/compile.hpp
! src/hotspot/share/opto/escape.cpp
! src/hotspot/share/opto/graphKit.hpp
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/loopnode.cpp
! src/hotspot/share/opto/loopnode.hpp
! src/hotspot/share/opto/loopopts.cpp
! src/hotspot/share/opto/macro.cpp
! src/hotspot/share/opto/macro.hpp
! src/hotspot/share/opto/memnode.cpp
! src/hotspot/share/opto/memnode.hpp
! src/hotspot/share/opto/node.cpp
! src/hotspot/share/opto/node.hpp
! src/hotspot/share/opto/parse1.cpp
! src/hotspot/share/opto/parse3.cpp
! src/hotspot/share/opto/phaseX.cpp
! src/hotspot/share/opto/type.cpp
Changeset: 4f326b4f75a2
Author: eosterlund
Date: 2018-05-22 18:34 +0200
URL: http://hg.openjdk.java.net/zgc/zgc/rev/4f326b4f75a2
ZGC: Move C2 load barrier stubs to ZBarrierSetAssembler
! src/hotspot/cpu/x86/gc/z/zBarrierSetAssembler_x86.cpp
! src/hotspot/cpu/x86/gc/z/zBarrierSetAssembler_x86.hpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
! src/hotspot/cpu/x86/stubRoutines_x86.hpp
! src/hotspot/cpu/x86/stubRoutines_x86_64.cpp
! src/hotspot/cpu/x86/x86_64.ad
! src/hotspot/share/adlc/main.cpp
! src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp
! src/hotspot/share/gc/z/c2/zBarrierSetC2.hpp
Changeset: f7c12d828802
Author: pliden
Date: 2018-05-22 18:35 +0200
URL: http://hg.openjdk.java.net/zgc/zgc/rev/f7c12d828802
ZGC: Misc cleanups and removal of dead code
! src/hotspot/cpu/sparc/sparc.ad
! src/hotspot/cpu/x86/stubRoutines_x86.hpp
! src/hotspot/cpu/x86/stubRoutines_x86_64.cpp
! src/hotspot/cpu/x86/templateTable_x86.cpp
! src/hotspot/cpu/x86/x86_64.ad
! src/hotspot/share/adlc/formssel.cpp
! src/hotspot/share/asm/codeBuffer.cpp
! src/hotspot/share/opto/classes.hpp
! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/idealKit.cpp
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/loopTransform.cpp
! src/hotspot/share/opto/matcher.cpp
! src/hotspot/share/opto/memnode.hpp
! src/hotspot/share/opto/type.hpp
Changeset: d20b8a9ab780
Author: pliden
Date: 2018-05-23 09:32 +0200
URL: http://hg.openjdk.java.net/zgc/zgc/rev/d20b8a9ab780
ZGC: C2: Fix incorrect merge of JDK-8134974
! src/hotspot/share/opto/loopPredicate.cpp
More information about the zgc-dev
mailing list