From 980bcfd3ed7b6d68f385efc491e81e3ee8cdb131 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sun, 24 Jan 2010 19:29:43 +0000 Subject: . Update to Build 80. --- java/openjdk7/files/patch-nmethod.hpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 java/openjdk7/files/patch-nmethod.hpp (limited to 'java/openjdk7/files/patch-nmethod.hpp') diff --git a/java/openjdk7/files/patch-nmethod.hpp b/java/openjdk7/files/patch-nmethod.hpp deleted file mode 100644 index 042184a216a2..000000000000 --- a/java/openjdk7/files/patch-nmethod.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- hotspot/src/share/vm/code/nmethod.hpp Tue Jan 05 11:16:09 2010 -0800 -+++ hotspot/src/share/vm/code/nmethod.hpp Tue Jan 05 16:12:26 2010 -0800 -@@ -255,7 +255,7 @@ class nmethod : public CodeBlob { - const char* reloc_string_for(u_char* begin, u_char* end); - // Returns true if this thread changed the state of the nmethod or - // false if another thread performed the transition. -- bool make_not_entrant_or_zombie(int state); -+ bool make_not_entrant_or_zombie(unsigned int state); - void inc_decompile_count(); - - // used to check that writes to nmFlags are done consistently. -- cgit v1.2.3