4 or more threads in render loop

Hello. The game loop of any java game is a thread in itself. Would it be an idea, since multiprocessors are getting more and more cores, to divide up your update and render method into several threads, so that all cores can be fully utilized?