src/share/vm/runtime/vmStructs.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/vmStructs.cpp	Thu Aug 28 12:47:09 2014
--- new/src/share/vm/runtime/vmStructs.cpp	Thu Aug 28 12:47:09 2014

*** 764,774 **** --- 764,774 ---- \ /********************************/ \ /* CodeCache (NOTE: incomplete) */ \ /********************************/ \ \ ! static_field(CodeCache, _heap, CodeHeap*) \ ! 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