nashorn/.hgignore
author goetz
Wed, 02 Apr 2014 09:17:38 +0200
changeset 23543 0625da57ab78
parent 17762 185a6f04a8ad
child 24719 f726e9d67629
permissions -rw-r--r--
8038498: Fix includes and C inlining after 8035330 Summary: Change 8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure broke the debug build on AIX. The method do_oop_partial_array() is added in a header, but requires the inline function par_write_ref() through several inlined calls. In some cpp files, like arguments.cpp, par_write_ref() is not defined as the corresponding inline header and is not included. The AIX debug VM does not start because of the missing symbol. This change solves this by cleaning up include dependencies. Reviewed-by: tschatzl, stefank
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
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    16
genfiles.properties
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    17
hotspot.log
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    18
.DS_Store*
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    19
TEST-*.xml
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    20
TESTS-*.xml
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    21
report.xml
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    22
CC/*
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    23
jcov2/*
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents: 16145
diff changeset
    24
.idea/*
16148
8291daeefda4 8005440: Improve .hgignore filtering for Nashorn repo
jlaskey
parents: 16147
diff changeset
    25
test/lib/testng.jar
16176
8678c9abbb99 8006304: Remove pre-population of maps for constructor produced maps
jlaskey
parents: 16149
diff changeset
    26
test/script/external/*
17762
185a6f04a8ad 8008947: ScriptEnvironment ctor should be public
sundar
parents: 17527
diff changeset
    27
.project