changeset 1324:146e2cc88520

2009-01-22 Gary Benson <gbenson@redhat.com> * patches/icedtea-cc-interp-jvmti.patch: Reenable thread signalling.
author Gary Benson <gbenson@redhat.com>
date Thu, 22 Jan 2009 08:24:50 -0500
parents fd00fcaea171
children 22e3d8f1edc6
files ChangeLog patches/icedtea-cc-interp-jvmti.patch
diffstat 2 files changed, 7 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jan 21 17:30:55 2009 -0500
+++ b/ChangeLog	Thu Jan 22 08:24:50 2009 -0500
@@ -1,3 +1,7 @@
+2009-01-22  Gary Benson  <gbenson@redhat.com>
+
+	* patches/icedtea-cc-interp-jvmti.patch: Reenable thread signalling.
+
 2009-01-21  Omair Majid  <omajid@redhat.com>
 
 	* patches/icedtea-awt-window-size.patch: Update patch.
@@ -169,8 +173,8 @@
 	* patches/icedtea-visualvm.patch: Removed.
 	* visualvm.desktop: Removed.
 
-2009-01-20  Gary Benson  <gbenson@redhat.com>
-	    Matthias Klose  <doko@ubuntu.com>
+2009-01-20  Matthias Klose  <doko@ubuntu.com>
+	    Gary Benson  <gbenson@redhat.com>
 
 	* ports/hotspot/src/cpu/zero/vm/stubRoutines_zero.[ch]pp (i486): Rename
 	to x86.
--- a/patches/icedtea-cc-interp-jvmti.patch	Wed Jan 21 17:30:55 2009 -0500
+++ b/patches/icedtea-cc-interp-jvmti.patch	Thu Jan 22 08:24:50 2009 -0500
@@ -1,16 +1,6 @@
 --- openjdk/hotspot/src/share/vm/prims/jvmtiManageCapabilities.cpp	2008-12-24 12:01:18.000000000 +0000
 +++ openjdk/hotspot/src/share/vm/prims/jvmtiManageCapabilities.cpp	2008-12-24 12:00:29.000000000 +0000
-@@ -84,7 +84,9 @@
- 
-   memset(&jc, 0, sizeof(jc));
-   jc.can_get_bytecodes = 1;
-+#ifndef CC_INTERP
-   jc.can_signal_thread = 1;
-+#endif // !CC_INTERP
-   jc.can_get_source_file_name = 1;
-   jc.can_get_line_numbers = 1;
-   jc.can_get_synthetic_attribute = 1;
-@@ -115,8 +117,10 @@
+@@ -115,8 +115,10 @@
    jvmtiCapabilities jc;
  
    memset(&jc, 0, sizeof(jc));