Searched refs:flushed (Results 1 - 8 of 8) sorted by relevance

/openjdk9/hotspot/src/cpu/sparc/vm/
H A DjavaFrameAnchor_sparc.hpp34 flushed = 1 // winodows have flushed enumerator in enum:pd_Constants
75 return _flags & flushed;
100 _flags |= flushed;
H A DtemplateInterpreterGenerator_sparc.cpp1400 // mark windows as flushed
1402 __ set(JavaFrameAnchor::flushed, G3_scratch);
H A DsharedRuntime_sparc.cpp2549 // We flushed the windows ages ago now mark them as flushed before transitioning.
2550 __ set(JavaFrameAnchor::flushed, G3_scratch);
/openjdk9/hotspot/src/os_cpu/solaris_sparc/vm/
H A DvmStructs_solaris_sparc.hpp38 declare_constant(JavaFrameAnchor::flushed)
/openjdk9/hotspot/src/os_cpu/linux_sparc/vm/
H A DvmStructs_linux_sparc.hpp59 declare_constant(JavaFrameAnchor::flushed)
/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DpsPromotionLAB.cpp73 assert(_state != flushed, "Attempt to flush PLAB twice");
102 _state = flushed;
122 assert(_state != flushed, "Attempt to flush PLAB twice");
H A DpsPromotionLAB.hpp46 flushed, enumerator in enum:PSPromotionLAB::LabState
75 bool is_flushed() { return _state == flushed; }
118 // assert(_state != flushed, "Sanity");
/openjdk9/jdk/test/java/util/zip/
H A DInflateIn_DeflateOut.java192 /** Check that written, flushed and read */
219 boolean flushed = false;
224 while ((count < 10 && flushed) || (count < 1000 && !flushed)) {
230 flushed = true;
237 check(flushed);

Completed in 190 milliseconds