The logrotate script provided in the rpm and opensuse packages send an ALRM script to java after the log have been rotated. The result is that it entirely kills the java process which is not very nice.
Way to reproduce:
/bin/kill -s ALRM <pid of java process there>
You could react on SIGUSR1 / SIGUSR2 maybe.