Wed, 07 Jan 2015 16:40:02 +0100 8063086: Math.pow yields different results upon repeated calls
roland [Wed, 07 Jan 2015 16:40:02 +0100] rev 28494
8063086: Math.pow yields different results upon repeated calls Summary: C2 treats x^2 as a special case and computes x * x while the interpreter and c1 don't have special case code for X^2. Reviewed-by: kvn
Mon, 12 Jan 2015 09:55:20 +0100 8065894: CodeHeap::next_free should be renamed
zmajo [Mon, 12 Jan 2015 09:55:20 +0100] rev 28493
8065894: CodeHeap::next_free should be renamed Summary: Rename next_free() to next_used() Reviewed-by: thartmann, iveresov
Mon, 12 Jan 2015 11:14:49 +0100 8068724: ppc64: update assembler: SPR access, CR logic, HTM
mdoerr [Mon, 12 Jan 2015 11:14:49 +0100] rev 28492
8068724: ppc64: update assembler: SPR access, CR logic, HTM Summary: Fix bug in encoding of special purpose registers. Provide more convenient version of condition register logic instructions. Enhance support for hardware transactional memory. Reviewed-by: kvn, goetz
(0) -10000 -3000 -1000 -300 -100 -30 -10 -3 +3 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip