zero build failure on icedtea7 trunk

Matthias Klose doko at ubuntu.com
Mon Jul 12 00:49:45 PDT 2010


current icedtea7 fails to build, patches/shark.patch is missing. while trying to 
create a patch I noticed that the files in the build directory are hard linked 
to the ports directory. how is a patch supposed to work? fixing it directly 
works for me.

diff -r 60b7879c73d7 ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp
--- a/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp
+++ b/ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp
@@ -59,4 +59,5 @@
  define_pd_global(uintx,    MaxPermSize,                  64*M );
  define_pd_global(bool,     NeverActAsServerClassMachine, true );
  define_pd_global(uintx,    DefaultMaxRAM,                1*G  );
+define_pd_global(uint64_t, MaxRAM,                      1ULL*G);
  define_pd_global(bool,     CICompileOSR,                 true );



More information about the distro-pkg-dev mailing list