changeset in /hg/icedtea6: 2009-01-22 Gary Benson <gbenson at red...

Gary Benson gbenson at redhat.com
Thu Jan 22 05:26:05 PST 2009


changeset 146e2cc88520 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=146e2cc88520
description:
	2009-01-22  Gary Benson  <gbenson at redhat.com>

		* patches/icedtea-cc-interp-jvmti.patch: Reenable thread signalling.

diffstat:

2 files changed, 7 insertions(+), 13 deletions(-)
ChangeLog                             |    8 ++++++--
patches/icedtea-cc-interp-jvmti.patch |   12 +-----------

diffs (43 lines):

diff -r fd00fcaea171 -r 146e2cc88520 ChangeLog
--- 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-21  Omair Majid  <omajid at redhat.
+2009-01-22  Gary Benson  <gbenson at redhat.com>
+
+	* patches/icedtea-cc-interp-jvmti.patch: Reenable thread signalling.
+
 2009-01-21  Omair Majid  <omajid at redhat.com>
 
 	* patches/icedtea-awt-window-size.patch: Update patch.
@@ -169,8 +173,8 @@ 2009-01-20  Lillian Angel  <langel at redha
 	* patches/icedtea-visualvm.patch: Removed.
 	* visualvm.desktop: Removed.
 
-2009-01-20  Gary Benson  <gbenson at redhat.com>
-	    Matthias Klose  <doko at ubuntu.com>
+2009-01-20  Matthias Klose  <doko at ubuntu.com>
+	    Gary Benson  <gbenson at redhat.com>
 
 	* ports/hotspot/src/cpu/zero/vm/stubRoutines_zero.[ch]pp (i486): Rename
 	to x86.
diff -r fd00fcaea171 -r 146e2cc88520 patches/icedtea-cc-interp-jvmti.patch
--- 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));



More information about the distro-pkg-dev mailing list