.hgignore

Mon, 17 Dec 2012 15:25:26 +0100

author
brutisso
date
Mon, 17 Dec 2012 15:25:26 +0100
changeset 4370
32164d89fe9c
parent 3202
436b4a3231bf
child 6876
710a3c8b516e
permissions
-rw-r--r--

8004845: Catch incorrect usage of new and delete during compile time for value objects and stack objects
Summary: Makes the "new" and "delete" operator of _ValueObj and StackObj private
Reviewed-by: dholmes, coleenp
Contributed-by: erik.helin@oracle.com

     1 ^build/
     2 ^dist/
     3 /nbproject/private/
     4 ^src/share/tools/hsdis/build/
     5 ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
     6 ^src/share/tools/IdealGraphVisualizer/build/
     7 ^src/share/tools/IdealGraphVisualizer/dist/
     8 ^.hgtip
     9 .DS_Store

mercurial