--- a/anonk.patch Tue Jan 27 19:16:28 2009 -0800
+++ b/anonk.patch Thu Jan 29 13:53:27 2009 -0800
@@ -1434,11 +1434,11 @@ diff --git a/src/share/classes/sun/misc/
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved.
-+ * Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 2000-2009 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
-@@ -811,6 +811,25 @@ public final class Unsafe {
+@@ -811,6 +816,25 @@
public native Class defineClass(String name, byte[] b, int off, int len);
@@ -1452,14 +1452,14 @@ diff --git a/src/share/classes/sun/misc/
+ * <li>Utf8: a string (must have suitable syntax if used as signature or name)
+ * <li>Class: any java.lang.Class object
+ * <li>String: any object (not just a java.lang.String)
-+ * <li>InterfaceMethodRef: (NYI) a method handle to invoke in that call site's arguments
++ * <li>InterfaceMethodRef: (NYI) a method handle to invoke on that call site's arguments
+ * </ul>
+ * @params hostClass context for linkage, access control, protection domain, and class loader
-+ * @params data bytes of a class file, a raw memory address b
-+ * @params length number of bytes in class file
++ * @params data bytes of a class file
+ * @params cpPatches where non-null entries exist, they replace corresponding CP entries in data
+ */
+ public native Class defineAnonymousClass(Class hostClass, byte[] data, Object[] cpPatches);
++
+
/** Allocate an instance but do not run any constructor.
Initializes the class if it has not yet been. */
--- a/series Tue Jan 27 19:16:28 2009 -0800
+++ b/series Thu Jan 29 13:53:27 2009 -0800
@@ -1,5 +1,5 @@
-# base = 8dcc06d43798 in http://hg.openjdk.java.net/jdk7/hotspot/jdk
-anonk.patch #-/anonk #+jdk7-b43
+# base = d8eb2738db6b in http://hg.openjdk.java.net/jdk7/hotspot/jdk
+anonk.patch #-/anonk #+d8eb2738db6b #+jdk7-b44
meth.patch #-/meth #+jdk7-b43
indy.patch #-/indy #+jdk7-b34
#inti.patch #-/inti #+jdk7-b34 #-buildable