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	Fri Oct 11 15:44:37 2013
--- new/src/share/vm/runtime/vmStructs.cpp	Fri Oct 11 15:44:37 2013

*** 753,763 **** --- 753,763 ---- \ /********************************/ \ /* 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