Searched defs:older (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/test/tools/javac/6394683/
H A DT6394683.java98 static boolean test(String opt, TestFile older, TestFile newer) throws Exception { argument
105 older.create();
107 if (!older.exists() || !newer.exists())
111 while (newer.lastModified() <= older.lastModified()) {
120 + "older:" + older + "[" + older.length() + ":" + older.lastModified() + "], "
134 error("compilation failed, rc=" + rc + ", option: " + opt + ", older:" + older
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.hpp97 GCTask* older() const { function in class:GCTask
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp96 ScanClosure* cur, ScanClosure* older) :
98 _scan_cur_or_nonheap(cur), _scan_older(older)
111 FastScanClosure* cur, FastScanClosure* older) :
113 _scan_cur_or_nonheap(cur), _scan_older(older)
95 EvacuateFollowersClosure(GenCollectedHeap* gch, int level, ScanClosure* cur, ScanClosure* older) argument
109 FastEvacuateFollowersClosure(GenCollectedHeap* gch, int level, DefNewGeneration* gen, FastScanClosure* cur, FastScanClosure* older) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp611 assert(gch->n_gens() == 2, "Par young collection currently only works with one older gen.");
867 OopsInGenClosure* older) :
869 _scan_cur_or_nonheap(cur), _scan_older(older)
942 "Par collection currently only works with single older gen.");
865 EvacuateFollowersClosureGeneral(GenCollectedHeap* gch, int level, OopsInGenClosure* cur, OopsInGenClosure* older) argument

Completed in 82 milliseconds