IRC channel logs

2026-08-22.log

back to list of logs

<damo22>ok java assumes a thread is interruptible, but puts it to sleep without a timeout and then waits for it to wake up, which will never happen
<damo22>so when its interruptible, but wants it to sleep for timeout zero, it should just not put it to sleep at all i think
<damo22>double os::elapsedTime() {
<damo22> return (double)(os::elapsed_counter()) * 0.000001;
<damo22>java needs timer to nearest microsecond it seems
<damo22>i have to do a clean build every time i change java hotspot
<damo22>its kinda annoying
<scanf>damo22: by the way, there is also #gentoo-hurd