.hgignore
author goetz
Wed, 02 Apr 2014 09:17:38 +0200
changeset 23543 0625da57ab78
parent 13697 5262b00bc10c
child 33045 00f484891bcf
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:
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
     1
^build/
fd16c54261b3 Initial load
duke
parents:
diff changeset
     2
^dist/
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 12024
diff changeset
     3
nbproject/private/
6729
6972f2f93eba 6978977: Productivity: use ant for java part of build
igor
parents: 4312
diff changeset
     4
^webrev
9309
334bea52fc16 6631003: Add hg tip changeset to build image
ohair
parents: 6729
diff changeset
     5
^.hgtip
13697
5262b00bc10c 7197849: Update new build-infra makefiles
ohair
parents: 12024
diff changeset
     6
^.bridge2
12024
452c9c3f0a96 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 9309
diff changeset
     7
.DS_Store