comparison src/share/vm/runtime/vmStructs.cpp @ 7947:3c327c2b6782

8004895: NPG: JMapPermCore test failure caused by warnings about missing field Reviewed-by: johnc
author jmasa
date Thu, 03 Jan 2013 15:03:27 -0800
parents f422634e5828
children ef1e11845e18 ec0c4951286c
comparison
equal deleted inserted replaced
7634:bf8c2b2c8cfa 7947:3c327c2b6782
2085 declare_toplevel_type(FreeList<FreeChunk>*) \ 2085 declare_toplevel_type(FreeList<FreeChunk>*) \
2086 declare_toplevel_type(FreeList<FreeChunk>) \ 2086 declare_toplevel_type(FreeList<FreeChunk>) \
2087 declare_toplevel_type(FreeBlockDictionary<Metablock>*) \ 2087 declare_toplevel_type(FreeBlockDictionary<Metablock>*) \
2088 declare_toplevel_type(FreeList<Metablock>*) \ 2088 declare_toplevel_type(FreeList<Metablock>*) \
2089 declare_toplevel_type(FreeList<Metablock>) \ 2089 declare_toplevel_type(FreeList<Metablock>) \
2090 declare_toplevel_type(MetablockTreeDictionary*) \ 2090 declare_type(MetablockTreeDictionary, FreeBlockDictionary<Metablock>)
2091 declare_type(MetablockTreeDictionary, FreeBlockDictionary<Metablock>)
2092 2091
2093 2092
2094 //-------------------------------------------------------------------------------- 2093 //--------------------------------------------------------------------------------
2095 // VM_INT_CONSTANTS 2094 // VM_INT_CONSTANTS
2096 // 2095 //