# HG changeset patch # User Gary Benson # Date 1232630690 18000 # Node ID 146e2cc88520b53f5969b975e92a4765b8873fae # Parent fd00fcaea171e1a0987d9ea0032d1f6dabbc3a46 2009-01-22 Gary Benson * patches/icedtea-cc-interp-jvmti.patch: Reenable thread signalling. 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-22 Gary Benson + + * patches/icedtea-cc-interp-jvmti.patch: Reenable thread signalling. + 2009-01-21 Omair Majid * 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 - Matthias Klose +2009-01-20 Matthias Klose + Gary Benson * 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));