langtools/.hgignore
author goetz
Wed, 02 Apr 2014 09:17:38 +0200
changeset 23543 0625da57ab78
parent 12084 b367473ef0f1
child 25282 d49c47cad9f0
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:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
^build/
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
^dist/
4420
5518c5947f3e 6909462: Fix nbproject/private references in .hgignore
ohair
parents: 10
diff changeset
     3
/nbproject/private/
9393
a0324a949bb7 6631003: Add hg tip changeset to build image
ohair
parents: 4420
diff changeset
     4
^.hgtip
12084
b367473ef0f1 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 9393
diff changeset
     5
.DS_Store