diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-12-17 07:02:51 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-12-17 07:02:51 +0000 |
commit | 55f5e15a50c8a7a0434cad4e9d3a2e34aca0c753 (patch) | |
tree | c4cc388f7c7996fa61df230fa2beb40b0f0ee494 /java/jdk14/files/patch-interpreter_bytecodes.hpp | |
parent | Switch from BROKEN to IGNORE to match other ports in this category. (diff) |
. Update to patchset 7.
. Fix a permissions problem with the plugins directory.
Approved by: phantom (maintainer)
Notes
Notes:
svn path=/head/; revision=124268
Diffstat (limited to 'java/jdk14/files/patch-interpreter_bytecodes.hpp')
-rw-r--r-- | java/jdk14/files/patch-interpreter_bytecodes.hpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/java/jdk14/files/patch-interpreter_bytecodes.hpp b/java/jdk14/files/patch-interpreter_bytecodes.hpp deleted file mode 100644 index 112722cac07e..000000000000 --- a/java/jdk14/files/patch-interpreter_bytecodes.hpp +++ /dev/null @@ -1,24 +0,0 @@ -$FreeBSD$ - ---- ../../hotspot/src/share/vm/interpreter/bytecodes.hpp 22 Oct 2003 23:05:03 -0000 1.1.1.3 -+++ ../../hotspot/src/share/vm/interpreter/bytecodes.hpp 12 Oct 2004 05:27:27 -0000 -@@ -6,6 +6,9 @@ - * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. - */ - -+ -+#include <limits.h> -+ - // Bytecodes specifies all bytecodes used in the VM and - // provides utility functions to get bytecode attributes. - -@@ -236,7 +239,8 @@ - // Platform specific JVM bytecodes - #include "incls/_bytecodes_pd.hpp.incl" - -- number_of_codes -+ number_of_codes, -+ WIDTH_HINT = INT_MAX - }; - - private: |