fzhinkin [Wed, 14 Jan 2015 09:54:45 +0300] rev 28499
8059342: Add test to cover JDK-8030976
Reviewed-by: kvn, iignatyev
fzhinkin [Wed, 14 Jan 2015 09:53:36 +0300] rev 28498
8068269: RTM tests that assert on non-zero lock statistics are too strict in RTMTotalCountIncrRate > 1 cases
Reviewed-by: kvn, iignatyev
goetz [Mon, 12 Jan 2015 14:43:34 -0800] rev 28497
8067941: [TESTBUG] Fix tests for OS with 64K page size.
Reviewed-by: kvn, tschatzl, ctornqvi
neliasso [Tue, 13 Jan 2015 12:30:26 +0100] rev 28496
8027829: CompileCommand does not accept all JLS-conformant class/method names
Summary: Fix parsing and updated comments
Reviewed-by: kvn, vlivanov
roland [Mon, 12 Jan 2015 15:50:30 +0000] rev 28495
Merge
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