Searched refs:release (Results 201 - 215 of 215) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletViewer.java626 panel.release();
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp322 // release so other threads see a consistent state. bci is used as
324 OrderAccess::release();
H A Doop.inline.hpp359 OrderAccess::release();
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java673 public void release() throws SQLException { method in class:SyncResolverImpl
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp791 int major = strtol(uts.release,&minor_string,10);
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp564 int major = strtol(uts.release,&minor_string,10);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java776 CWrapper.NSObject.release(screenPtr);
/openjdk7/hotspot/src/share/vm/prims/
H A Dunsafe.cpp309 OrderAccess::release();
442 OrderAccess::release();
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp141 heap_rs.release();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp4252 _mutator_alloc_region.release();
4295 _survivor_gc_alloc_region.release();
4296 // If we have an old GC alloc region to release, we'll save it in
4301 _retained_old_gc_alloc_region = _old_gc_alloc_region.release();
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp1769 "please refer to the release notes for the combinations "
2598 // removed without notice in a future release. These options
2965 // Disable options not supported in this release, with a warning if they
2971 warning(description " is disabled in this release."); \
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp439 rs.release();
1051 // Have worker threads release resources the next time they run a task.
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java641 // release the meta-data so that aren't tempted to use it.
990 public void release() throws SQLException { method in class:CachedRowSetImpl
7310 // release the meta-data so that aren't tempted to use it.
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1187 // release the storage
2872 // Some memory was committed so release it.
2876 // the release.
2959 // On win32, one cannot release just a part of reserved memory, it's an
3505 OrderAccess::release();
4632 // and release unused handles.
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1808 // release locks and wait for a notify from the background collector
1826 ConcurrentMarkSweepThread::CMS_vm_has_token); // release token
2163 // temporarily "release" the foreground collector from its
4711 // release these locks; and repeat the cycle. This allows for a
6648 _virtual_space.release();

Completed in 182 milliseconds

123456789