Searched refs:bitMap (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DTwrTests.java84 for (int bitMap = 0, n = 1 << createFailureId; bitMap < n; bitMap++) {
87 try (Resource r0 = createResource(0, createFailureId, bitMap, closedList);
88 Resource r1 = createResource(1, createFailureId, bitMap, closedList)) {
93 checkSuppressedExceptions(e.getSuppressed(), bitMap);
105 for (int bitMap = 0, n = 1 << createFailureId; bitMap < n; bitMap++) {
108 try (Resource r0 = createResource(0, createFailureId, bitMap, closedLis
317 checkSuppressedExceptions(Throwable[] suppressedExceptions, int bitMap) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCMSBitMap.java81 BitMap bitMap = new BitMap((int) (bmWordSize() >> shifter() ));
83 bitMap.set_map(vs.low());
84 return bitMap;
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsOopClosures.hpp58 MarkRefsIntoClosure(MemRegion span, CMSBitMap* bitMap);
247 // stack and the bitMap are shared, so access needs to be suitably
303 CMSBitMap* bitMap,
H A DconcurrentMarkSweepGeneration.hpp38 #include "utilities/bitMap.inline.hpp"
1395 CMSBitMap* bitMap,
1504 // In the parallel case the bitMap is shared, so access to
1634 CMSBitMap* bitMap,
1642 _bitMap(bitMap),
1812 CMSBitMap* bitMap, bool should_yield);
1632 ScanMarkedObjectsAgainCarefullyClosure(CMSCollector* collector, MemRegion span, CMSBitMap* bitMap, CMSMarkStack* markStack, CMSMarkStack* revisitStack, MarkRefsIntoAndScanClosure* cl, bool should_yield) argument
H A DconcurrentMarkSweepGeneration.cpp6677 MemRegion span, CMSBitMap* bitMap):
6679 _bitMap(bitMap)
7096 // case, although the bitMap is shared, we do a single read so the
7144 CMSBitMap* bitMap, CMSMarkStack* markStack,
7149 _bitMap(bitMap),
7584 CMSBitMap* bitMap, CMSMarkStack* markStack,
7589 _bitMap(bitMap),
7955 CMSBitMap* bitMap, bool should_yield) :
7961 _bitMap(bitMap),

Completed in 87 milliseconds