src/share/vm/runtime/vmStructs.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8015774 Cdiff src/share/vm/runtime/vmStructs.cpp

src/share/vm/runtime/vmStructs.cpp

Print this page

        

*** 764,774 **** \ /********************************/ \ /* CodeCache (NOTE: incomplete) */ \ /********************************/ \ \ ! static_field(CodeCache, _heap, CodeHeap*) \ static_field(CodeCache, _scavenge_root_nmethods, nmethod*) \ \ /*******************************/ \ /* CodeHeap (NOTE: incomplete) */ \ /*******************************/ \ --- 764,774 ---- \ /********************************/ \ /* CodeCache (NOTE: incomplete) */ \ /********************************/ \ \ ! static_field(CodeCache, _heaps, GrowableArray<CodeHeap*>*) \ static_field(CodeCache, _scavenge_root_nmethods, nmethod*) \ \ /*******************************/ \ /* CodeHeap (NOTE: incomplete) */ \ /*******************************/ \
src/share/vm/runtime/vmStructs.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File