Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8063496 | 8u45 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8049902 | 8u40 | Goetz Lindenmaier | P4 | Closed | Fixed | b01 |
JDK-8070681 | emb-8u47 | Vladimir Kozlov | P4 | Resolved | Fixed | team |
This change introduces an umbrella header for orderAccess_<os>_<cpu>.inline.hpp
files: runtime/orderAccess.inline.hpp. This follows the scheme applied to
atomic.inline.hpp.
Further this change adds includes of orderAccess.inline.hpp in all .cpp
and .inline.hpp files where a method of OrderAccess declared 'inline' is
called.
Finally it moves methods calling inline methods of OrderAccess from
g1CollectedHeap.hpp and thread.hpp to the corresponding .inline.hpp
files and adds the necessary includes in files using the moved
functions.
Still a lot of calls to inline methods of OrderAccess in .hpp
files arn't preceded by an according include. But for these
files an appropriate .inline.hpp file is missing:
src/cpu/ppc/vm/javaFrameAnchor_ppc.hpp
src/cpu/sparc/vm/javaFrameAnchor_sparc.hpp
src/share/vm/classfile/classLoader.hpp
src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.hpp
src/share/vm/memory/cardTableModRefBS.hpp
src/share/vm/oops/constantPool.hpp
src/share/vm/oops/cpCache.hpp
src/share/vm/oops/instanceKlass.hpp
src/share/vm/oops/method.hpp
src/share/vm/oops/methodData.hpp
src/share/vm/oops/typeArrayOop.hpp
src/share/vm/runtime/interfaceSupport.hpp
src/share/vm/utilities/array.hpp
src/share/vm/utilities/taskqueue.hpp
files: runtime/orderAccess.inline.hpp. This follows the scheme applied to
atomic.inline.hpp.
Further this change adds includes of orderAccess.inline.hpp in all .cpp
and .inline.hpp files where a method of OrderAccess declared 'inline' is
called.
Finally it moves methods calling inline methods of OrderAccess from
g1CollectedHeap.hpp and thread.hpp to the corresponding .inline.hpp
files and adds the necessary includes in files using the moved
functions.
Still a lot of calls to inline methods of OrderAccess in .hpp
files arn't preceded by an according include. But for these
files an appropriate .inline.hpp file is missing:
src/cpu/ppc/vm/javaFrameAnchor_ppc.hpp
src/cpu/sparc/vm/javaFrameAnchor_sparc.hpp
src/share/vm/classfile/classLoader.hpp
src/share/vm/gc_implementation/concurrentMarkSweep/freeChunk.hpp
src/share/vm/memory/cardTableModRefBS.hpp
src/share/vm/oops/constantPool.hpp
src/share/vm/oops/cpCache.hpp
src/share/vm/oops/instanceKlass.hpp
src/share/vm/oops/method.hpp
src/share/vm/oops/methodData.hpp
src/share/vm/oops/typeArrayOop.hpp
src/share/vm/runtime/interfaceSupport.hpp
src/share/vm/utilities/array.hpp
src/share/vm/utilities/taskqueue.hpp
- backported by
-
JDK-8063496 Introduce umbrella header orderAccess.inline.hpp
-
- Resolved
-
-
JDK-8070681 Introduce umbrella header orderAccess.inline.hpp
-
- Resolved
-
-
JDK-8049902 Introduce umbrella header orderAccess.inline.hpp
-
- Closed
-