.hgignore

Wed, 09 Mar 2011 09:15:16 -0800

author
kvn
date
Wed, 09 Mar 2011 09:15:16 -0800
changeset 2635
1c0cf339481b
parent 1490
e703499b4b51
child 2796
4ca65400aa33
permissions
-rw-r--r--

7025742: Can not use CodeCache::unallocated_capacity() with fragmented CodeCache
Summary: Use largest_free_block() instead of unallocated_capacity().
Reviewed-by: iveresov, never, ysr

kamg@526 1 ^build/
duke@435 2 ^dist/
ohair@1490 3 /nbproject/private/
never@1155 4 ^src/share/tools/hsdis/build/
never@657 5 ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
never@657 6 ^src/share/tools/IdealGraphVisualizer/build/
never@657 7 ^src/share/tools/IdealGraphVisualizer/dist/

mercurial