diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-10-28 20:47:42 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-10-28 20:47:42 +0000 |
commit | 4db6f92b05f514b7a058320c58a46d8db73abad6 (patch) | |
tree | 25a018e79c425318f40110c50f2fd7e5222347dc /java/jdk16/files/patch-hotspot-vm-escape.cpp | |
parent | - Prevent perllocal.pod from being written (diff) |
. Update to patchset 2 (based on 1.6.0_02 aka 6u2)
Notes
Notes:
svn path=/head/; revision=202232
Diffstat (limited to 'java/jdk16/files/patch-hotspot-vm-escape.cpp')
-rw-r--r-- | java/jdk16/files/patch-hotspot-vm-escape.cpp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/java/jdk16/files/patch-hotspot-vm-escape.cpp b/java/jdk16/files/patch-hotspot-vm-escape.cpp deleted file mode 100644 index cf7776d02ae7..000000000000 --- a/java/jdk16/files/patch-hotspot-vm-escape.cpp +++ /dev/null @@ -1,27 +0,0 @@ ---- ../../hotspot/src/share/vm/opto/escape.cpp 21 Jul 2006 17:22:54 -0000 1.1.1.2 -+++ ../../hotspot/src/share/vm/opto/escape.cpp 9 Aug 2007 16:24:59 -0000 1.3 -@@ -35,21 +35,21 @@ - } - - #ifndef PRODUCT --static char *node_type_names[] = { -+static const char *node_type_names[] = { - "UnknownType", - "JavaObject", - "LocalVar", - "Field" - }; - --static char *esc_names[] = { -+static const char *esc_names[] = { - "UnknownEscape", - "NoEscape ", - "ArgEscape ", - "GlobalEscape " - }; - --static char *edge_type_suffix[] = { -+static const char *edge_type_suffix[] = { - "?", // UnknownEdge - "P", // PointsToEdge - "D", // DeferredEdge |