.hgignore
author tschatzl
Mon, 26 Mar 2018 16:51:43 +0200
changeset 49608 1852b17b0efc
parent 48846 fe434d568439
child 50074 26ac622a4cab
permissions -rw-r--r--
8196485: FromCardCache default card index can cause crashes Summary: The default value of -1 for 32 bit card indices is a regular card value at the border of 2TB heap addresses in the from card cache, so G1 may loose remembered set entries. Extend from card cache entries to 64 bits. Reviewed-by: shade, sjohanss Contributed-by: Thomas Schatzl <thomas.schatzl@oracle.com>, Jarkko Miettinen <jarkko.miettinen@relex.fi>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
     1
^build/
fd16c54261b3 Initial load
duke
parents:
diff changeset
     2
^dist/
37861
53d85619d7fe 8074716: IntelliJ IDEA project support
chegar
parents: 34496
diff changeset
     3
^.idea/
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 12024
diff changeset
     4
nbproject/private/
6729
6972f2f93eba 6978977: Productivity: use ant for java part of build
igor
parents: 4312
diff changeset
     5
^webrev
42282
faf3b6722c44 8031567: Better model for storing source revision information
ihse
parents: 37861
diff changeset
     6
^.src-rev$
34496
b05757ebc035 8145185: Rename JAB the build tool to JIB
erikj
parents: 34491
diff changeset
     7
^.jib/
47216
71c04702a3d5 8187443: Forest Consolidation: Move files to unified layout
erikj
parents: 42282
diff changeset
     8
\.DS_Store
71c04702a3d5 8187443: Forest Consolidation: Move files to unified layout
erikj
parents: 42282
diff changeset
     9
\.metadata/
71c04702a3d5 8187443: Forest Consolidation: Move files to unified layout
erikj
parents: 42282
diff changeset
    10
\.recommenders/
47217
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
    11
test/nashorn/script/external
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
    12
test/nashorn/lib
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
    13
NashornProfile.txt
48397
ead47ddf5844 8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
kvn
parents: 47217
diff changeset
    14
.*/JTreport/.*
ead47ddf5844 8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
kvn
parents: 47217
diff changeset
    15
.*/JTwork/.*