disable-backtrace.patch 333 B

1234567891011
  1. --- w-openjdk-6-1.orig/openjdk-6/jdk/src/solaris/native/sun/xawt/XToolkit.c 2011-02-28 17:06:50.000000000 +0100
  2. +++ w-openjdk-6-1/openjdk-6/jdk/src/solaris/native/sun/xawt/XToolkit.c 2011-04-10 22:33:28.481412674 +0200
  3. @@ -689,7 +689,7 @@
  4. return ret;
  5. }
  6. -#ifdef __linux__
  7. +#if 0
  8. void print_stack(void)
  9. {
  10. void *array[10];