Bengt Rutisson
c444c3eee7
7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
...
ArrayOopDesc::max_array_length() should return a value that does not overflow a size_t if it is converted to bytes.
Reviewed-by: kvn, dholmes
2011-10-31 08:01:20 +01:00
Bengt Rutisson
cc177fd515
7091366: re-enable quicksort tests
...
Added extern "C" to make it build with JDK6 compilers
Reviewed-by: jwilhelm, kvn
2011-09-26 10:14:30 +02:00
John Coomes
86b01d9960
7091294: disable quicksort tests
...
Reviewed-by: jmasa, ysr, kvn
2011-09-15 20:30:12 -07:00
Bengt Rutisson
3aaa5fb06d
7016112: CMS: crash during promotion testing
...
Also reviewed by mikael.gerdin@oracle.com ; stdlib:qsort() does byte-by-byte swapping on Windows. This leads to pointer shearing. Fix is to implement a quicksort that does full pointer updates.
Reviewed-by: never, coleenp, ysr
2011-06-28 14:23:27 +02:00