nashorn/.hgignore
author lagergren
Wed, 12 Mar 2014 10:31:22 +0100
changeset 24722 f0c8b6256080
parent 24719 f726e9d67629
child 26512 f3d4b01ac41e
permissions -rw-r--r--
8037177: -Dnashorn.optimistic should be enabled by default, meaning that it has to be explicitly set to false to run with the jdk 8 style conservative types Summary: This will be the new default setting, so the explicit flag should be removed, and instead reverse checked for explicitly DISABLED optimistic types. In the future, we might remove the flag altogether. Reviewed-by: attila, hannesw
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
     1
syntax: glob
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
     2
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
     3
^.hgtip
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
     4
build/*
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
     5
dist/*
16145
0f8aea9a422e Initial load
duke
parents:
diff changeset
     6
/nbproject/private/
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
     7
private.xml
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
     8
private.properties
16149
d9ef76e35f3d 8005666: Add webrev to .hgignore
jlaskey
parents: 16148
diff changeset
     9
webrev/*
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    10
webrev.zip
17527
6e45d9c2328c 8014329: Slim down the label stack structure in CodeGenerator
lagergren
parents: 16176
diff changeset
    11
.classpath
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    12
*.class
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    13
*.clazz
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    14
*.log
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    15
*.orig
24719
f726e9d67629 8035820: Optimistic recompilation
attila
parents: 17762
diff changeset
    16
*.rej
f726e9d67629 8035820: Optimistic recompilation
attila
parents: 17762
diff changeset
    17
*~
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    18
genfiles.properties
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    19
hotspot.log
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    20
.DS_Store*
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    21
TEST-*.xml
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    22
TESTS-*.xml
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    23
report.xml
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    24
CC/*
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    25
jcov2/*
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    26
.idea/*
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    27
test/lib/testng.jar
16176
8678c9abbb99 8006304: Remove pre-population of maps for constructor produced maps
jlaskey
parents: 16149
diff changeset
    28
test/script/external/*
17762
185a6f04a8ad 8008947: ScriptEnvironment ctor should be public
sundar
parents: 17527
diff changeset
    29
.project