Searched defs:runtime (Results 1 - 25 of 398) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/java_cup/internal/runtime/
H A DScanner.java26 package com.sun.java_cup.internal.runtime;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DConstructionException.java25 package sun.jvm.hotspot.runtime;
H A DWatcherThread.java25 package sun.jvm.hotspot.runtime;
H A DAddressVisitor.java25 package sun.jvm.hotspot.runtime;
H A DArgumentSizeComputer.java25 package sun.jvm.hotspot.runtime;
H A DBasicLock.java25 package sun.jvm.hotspot.runtime;
H A DInstanceConstructor.java25 package sun.jvm.hotspot.runtime;
H A DJavaThreadFactory.java25 package sun.jvm.hotspot.runtime;
H A DJvmtiAgentThread.java25 package sun.jvm.hotspot.runtime;
33 now keep it in runtime dir */
H A DMonitorInfo.java25 package sun.jvm.hotspot.runtime;
H A DResultTypeFinder.java25 package sun.jvm.hotspot.runtime;
H A DServiceThread.java25 package sun.jvm.hotspot.runtime;
H A DStaticBaseConstructor.java25 package sun.jvm.hotspot.runtime;
H A DStubRoutines.java25 package sun.jvm.hotspot.runtime;
H A DVMObjectFactory.java25 package sun.jvm.hotspot.runtime;
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DCFType.java31 protected ID getTollFreeBridge(JObjCRuntime runtime){ argument
32 return ID.getObjCObjectFor(runtime, super.ptr);
H A DStruct.java32 private final JObjCRuntime runtime; field in class:Struct
33 protected final JObjCRuntime getRuntime(){ return runtime; }
38 protected Struct(final JObjCRuntime runtime, final int SIZEOF){ argument
39 this(runtime, new NativeBuffer(SIZEOF), SIZEOF);
47 protected Struct(final JObjCRuntime runtime, final NativeBuffer buffer, final int SIZEOF){ argument
48 if(runtime == null) throw new NullPointerException("runtime");
49 this.runtime = runtime;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DInternalRuntimeError.java24 package com.sun.org.apache.xalan.internal.xsltc.runtime;
27 * Class to express failed assertions and similar for the xsltc runtime.
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd/
H A DBsdSignals.java25 package sun.jvm.hotspot.runtime.bsd;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_x86/
H A DBsdSignals.java25 package sun.jvm.hotspot.runtime.bsd_x86;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux/
H A DLinuxSignals.java25 package sun.jvm.hotspot.runtime.linux;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_x86/
H A DLinuxSignals.java25 package sun.jvm.hotspot.runtime.linux_x86;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/posix/
H A DPOSIXSignals.java25 package sun.jvm.hotspot.runtime.posix;
/openjdk7/jdk/src/macosx/native/jobjc/src/tests/java/com/apple/jobjc/
H A DSELTest.java34 JObjCRuntime runtime; field in class:SELTest
40 runtime = nativeBuffer.runtime;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/runtime/
H A DZeroOneBooleanAdapter.java26 package com.sun.tools.internal.xjc.runtime;

Completed in 106 milliseconds

1234567891011>>