jdk/.hgignore
author tschatzl
Thu, 25 Jun 2015 09:06:35 +0200
changeset 31603 4bd3b4863e10
parent 26490 5480836430aa
child 36744 a00905527ec2
permissions -rw-r--r--
8129573: CollectedHeap::fill_with_objects() needs to use multiple arrays in 32 bit mode too Summary: In JDK-8042668 we introduced a custom fill threshold for G1. This leads to CollectedHeap::fill_with_objects create too large objects in G1 when using it in 32 bit mode, as the code to create multiple filler objects is IFDEF'ed out on 32 bit. Enable this code on 32 bit too. Reviewed-by: tonyp, mgerdin, tbenson

^build/
^dist/
^webrev
^testoutput/
/nbproject/private/
^make/netbeans/.*/build/
^make/netbeans/.*/dist/
^.hgtip
.DS_Store