This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Thread.sleep, System.currentTimeMillis() on MPC823


Hi.

I'm trying to use Thread.sleep(1000) in my Java-Programm. It didn't work 
so I tried with System.currentTimeMillis() to wait some time. Both sleep 
an currentTimeMillis do not work on my MPC823 with the following actual gcj:

Configured with: /LinuxPPC/usr/src/CDK/src/gcc-cvs/configure 
--target=powerpc-linux --prefix=/LinuxPPC/CDK --disable-multilib 
--with-headers=/LinuxPPC/CDK/include --with-libs=/LinuxPPC/CDK/lib 
--enable-threads --enable-shared --enable-languages=c,c++,java 
--with-cpu=860 --nfp --disable-nls
Thread model: posix
gcc version 3.1 20011101 (experimental)

Thanks for a hint.

Sascha


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]