6793825: Missing include dependancies for GCC without predefined headers
With predefined headers off for gcc, some .inline.hpp files aren't included to make definition visible for inline functions Reviewed-by: jcoomes, xlu
This commit is contained in:
parent
74a472983b
commit
f79090efe7
@ -28,6 +28,7 @@ binaryTreeDictionary.cpp allocationStats.hpp
|
||||
binaryTreeDictionary.cpp binaryTreeDictionary.hpp
|
||||
binaryTreeDictionary.cpp globals.hpp
|
||||
binaryTreeDictionary.cpp ostream.hpp
|
||||
binaryTreeDictionary.cpp space.inline.hpp
|
||||
binaryTreeDictionary.cpp spaceDecorator.hpp
|
||||
|
||||
binaryTreeDictionary.hpp freeBlockDictionary.hpp
|
||||
|
@ -34,6 +34,7 @@ cardTableRS.cpp g1SATBCardTableModRefBS.hpp
|
||||
collectionSetChooser.cpp g1CollectedHeap.hpp
|
||||
collectionSetChooser.cpp g1CollectorPolicy.hpp
|
||||
collectionSetChooser.cpp collectionSetChooser.hpp
|
||||
collectionSetChooser.cpp space.inline.hpp
|
||||
|
||||
collectionSetChooser.hpp heapRegion.hpp
|
||||
collectionSetChooser.hpp growableArray.hpp
|
||||
@ -44,6 +45,7 @@ concurrentG1Refine.cpp concurrentG1RefineThread.hpp
|
||||
concurrentG1Refine.cpp copy.hpp
|
||||
concurrentG1Refine.cpp g1CollectedHeap.hpp
|
||||
concurrentG1Refine.cpp g1RemSet.hpp
|
||||
concurrentG1Refine.cpp space.inline.hpp
|
||||
|
||||
concurrentG1Refine.hpp globalDefinitions.hpp
|
||||
|
||||
@ -264,7 +266,7 @@ heapRegion.cpp heapRegionSeq.inline.hpp
|
||||
heapRegion.cpp iterator.hpp
|
||||
heapRegion.cpp oop.inline.hpp
|
||||
|
||||
heapRegion.hpp space.hpp
|
||||
heapRegion.hpp space.inline.hpp
|
||||
heapRegion.hpp spaceDecorator.hpp
|
||||
heapRegion.hpp g1BlockOffsetTable.inline.hpp
|
||||
heapRegion.hpp watermark.hpp
|
||||
|
@ -29,6 +29,8 @@ asParNewGeneration.cpp asParNewGeneration.hpp
|
||||
asParNewGeneration.cpp cmsAdaptiveSizePolicy.hpp
|
||||
asParNewGeneration.cpp cmsGCAdaptivePolicyCounters.hpp
|
||||
asParNewGeneration.cpp defNewGeneration.inline.hpp
|
||||
asParNewGeneration.cpp markOop.inline.hpp
|
||||
asParNewGeneration.cpp markSweep.inline.hpp
|
||||
asParNewGeneration.cpp oop.pcgc.inline.hpp
|
||||
asParNewGeneration.cpp parNewGeneration.hpp
|
||||
asParNewGeneration.cpp referencePolicy.hpp
|
||||
@ -40,7 +42,7 @@ parCardTableModRefBS.cpp cardTableRS.hpp
|
||||
parCardTableModRefBS.cpp java.hpp
|
||||
parCardTableModRefBS.cpp mutexLocker.hpp
|
||||
parCardTableModRefBS.cpp sharedHeap.hpp
|
||||
parCardTableModRefBS.cpp space.hpp
|
||||
parCardTableModRefBS.cpp space.inline.hpp
|
||||
parCardTableModRefBS.cpp universe.hpp
|
||||
parCardTableModRefBS.cpp virtualspace.hpp
|
||||
|
||||
|
@ -302,6 +302,8 @@ psOldGen.hpp safepoint.hpp
|
||||
psOldGen.hpp spaceCounters.hpp
|
||||
|
||||
psPermGen.cpp gcUtil.hpp
|
||||
psPermGen.cpp markOop.inline.hpp
|
||||
psPermGen.cpp markSweep.inline.hpp
|
||||
psPermGen.cpp parallelScavengeHeap.hpp
|
||||
psPermGen.cpp psMarkSweepDecorator.hpp
|
||||
psPermGen.cpp psParallelCompact.hpp
|
||||
|
@ -140,6 +140,7 @@ c2_globals_<os_family>.hpp globalDefinitions.hpp
|
||||
c2_globals_<os_family>.hpp macros.hpp
|
||||
|
||||
c2_init_<arch>.cpp compile.hpp
|
||||
c2_init_<arch>.cpp node.hpp
|
||||
|
||||
c2compiler.cpp ad_<arch_model>.hpp
|
||||
c2compiler.cpp c2compiler.hpp
|
||||
@ -839,6 +840,7 @@ parseHelper.cpp systemDictionary.hpp
|
||||
phase.cpp compile.hpp
|
||||
phase.cpp compileBroker.hpp
|
||||
phase.cpp nmethod.hpp
|
||||
phase.cpp node.hpp
|
||||
phase.cpp phase.hpp
|
||||
|
||||
phase.hpp port.hpp
|
||||
|
@ -1311,6 +1311,7 @@ cppInterpreter_<arch>.cpp bytecodeHistogram.hpp
|
||||
cppInterpreter_<arch>.cpp debug.hpp
|
||||
cppInterpreter_<arch>.cpp deoptimization.hpp
|
||||
cppInterpreter_<arch>.cpp frame.inline.hpp
|
||||
cppInterpreter_<arch>.cpp interfaceSupport.hpp
|
||||
cppInterpreter_<arch>.cpp interpreterRuntime.hpp
|
||||
cppInterpreter_<arch>.cpp interpreter.hpp
|
||||
cppInterpreter_<arch>.cpp interpreterGenerator.hpp
|
||||
@ -2014,7 +2015,7 @@ instanceKlass.cpp verifier.hpp
|
||||
instanceKlass.cpp vmSymbols.hpp
|
||||
|
||||
instanceKlass.hpp accessFlags.hpp
|
||||
instanceKlass.hpp bitMap.hpp
|
||||
instanceKlass.hpp bitMap.inline.hpp
|
||||
instanceKlass.hpp constMethodOop.hpp
|
||||
instanceKlass.hpp constantPoolOop.hpp
|
||||
instanceKlass.hpp handles.hpp
|
||||
@ -3771,6 +3772,7 @@ spaceDecorator.hpp space.hpp
|
||||
|
||||
spaceDecorator.cpp copy.hpp
|
||||
spaceDecorator.cpp spaceDecorator.hpp
|
||||
spaceDecorator.cpp space.inline.hpp
|
||||
|
||||
specialized_oop_closures.cpp ostream.hpp
|
||||
specialized_oop_closures.cpp specialized_oop_closures.hpp
|
||||
|
@ -59,6 +59,8 @@ dump.cpp vm_operations.hpp
|
||||
|
||||
dump_<arch_model>.cpp assembler_<arch>.inline.hpp
|
||||
dump_<arch_model>.cpp compactingPermGenGen.hpp
|
||||
dump_<arch_model>.cpp generation.inline.hpp
|
||||
dump_<arch_model>.cpp space.inline.hpp
|
||||
|
||||
forte.cpp collectedHeap.inline.hpp
|
||||
forte.cpp debugInfoRec.hpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user