/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/ |
H A D | VirtualMachineImpl.java | 272 RuntimeException re = null; 281 re = (RuntimeException) vmCannotBeModifiedExceptionClass.newInstance(); 283 re = new RuntimeException(exp.getMessage()); 285 throw re; 578 // dispose observer for Class re-use. refer to ConnectorImpl. 1188 // Use of soft refs and caching stuff here has to be re-examined.
|
/openjdk7/hotspot/test/ |
H A D | Makefile | 66 # detect wether we're running in MKS or cygwin 165 JT_HOME = $(SLASH_JAVA)/re/jtreg/4.0/promoted/latest/binaries/jtreg
|
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/ |
H A D | Main.java | 156 } catch (RemoteException re) {
|
/openjdk7/jdk/make/common/shared/ |
H A D | Defs.gmk | 314 PROMOTED_RE_AREA = $(SLASH_JAVA)/re/jdk/$(JDK_VERSION)/promoted 442 # PREVIOUS_FCS_RE_AREA: re path to where previous release binaries/bundles are 443 PREVIOUS_FCS_RE_AREA = $(SLASH_JAVA)/re/jdk/$(PREVIOUS_JDK_VERSION)/archive/fcs 463 # Use images in re area or BOOTDIR (which is normally the previous release)
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/ |
H A D | JSJavaScriptEngine.java | 79 } catch (RuntimeException re) { 80 throw re;
|
/openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
H A D | Map.java | 167 } catch (RuntimeException re) {
|
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/ |
H A D | ConstantPool.java | 1159 Entry re = e.getRef(i); 1160 if (re == null) 1162 if (cpRefs.add(re)) // output the ref 1163 work.add(re); // push stack, if a new ref
|
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/ |
H A D | IDLJavaSerializationInputStream.java | 143 } catch (java.rmi.RemoteException re) { 145 ie.initCause(re);
|
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | TransferHandler.java | 1537 } catch (RuntimeException re) { 1605 } catch (RuntimeException re) {
|
/openjdk7/hotspot/test/compiler/8005956/ |
H A D | PolynomialRoot.java | 456 static String getRootsTXT(int nr,final double [] re,final double [] im) argument 461 buf.append("x."+k+"("+re[k]+","+im[k]+")\n");
|
/openjdk7/jdk/src/macosx/native/jobjc/src/core/ |
H A D | PrimitiveCoder.hs | 158 -- What's the Coder class name we're using for a given NType?
|
/openjdk7/jdk/test/ |
H A D | Makefile | 355 JT_HOME = $(SLASH_JAVA)/re/jtreg/4.1/promoted/latest/binaries/jtreg 800 # Default is to use jck 7 from /java/re 801 JCK7_DEFAULT_HOME = $(SLASH_JAVA)/re/jck/7/promoted/latest/binaries
|
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/ |
H A D | XBaseWindow.java | 194 } catch (RuntimeException re) { 199 throw re;
|
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/ |
H A D | XPathParser.java | 2456 Expression re = (Expression)((com.sun.java_cup.internal.runtime.Symbol) CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-2)).value; 2460 RESULT = new RelationalExpr(Operators.GE, re, ae); 2471 Expression re = (Expression)((com.sun.java_cup.internal.runtime.Symbol) CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-2)).value; 2475 RESULT = new RelationalExpr(Operators.LE, re, ae); 2486 Expression re = (Expression)((com.sun.java_cup.internal.runtime.Symbol) CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-2)).value; 2490 RESULT = new RelationalExpr(Operators.GT, re, ae); 2501 Expression re = (Expression)((com.sun.java_cup.internal.runtime.Symbol) CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-2)).value; 2505 RESULT = new RelationalExpr(Operators.LT, re, ae); 2531 Expression re = (Expression)((com.sun.java_cup.internal.runtime.Symbol) CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-0)).value; 2532 RESULT = new EqualityExpr(Operators.NE, ee, re); [all...] |
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/ |
H A D | RMIConnector.java | 298 } catch (java.rmi.RemoteException re) { 307 mfe.initCause(re); 311 throw re; 547 // added for re-connection 575 // added for re-connection 1336 while (true) { // used for a successful re-connection 1348 // The connection should be re-established. 1351 // No more fetch, the Exception will be re-thrown. 1392 // Not serialization problem, simply re-throw the orginal exception 1802 * it is not recommended to re [all...] |
/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | KeyboardFocusManager.java | 382 * include this KeyboardFocusManager unless it was explicitly re-registered 392 * re-registered via a call to <code>addKeyEventPostProcessor</code>. 1654 * cannot itself be removed, unless it was explicitly re-registered via a 1659 * without having been explicitly re-registered, no action is taken and no 1684 * explicitly re-registered via a call to 2539 } catch (RuntimeException re) { 2540 retEx = re; 2611 * We're not dispatching FOCUS_LOST while the current focus owner is null. 2612 * But regardless of whether it's null or not, we're clearing ALL the local
|
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/ |
H A D | JavacProcessingEnvironment.java | 638 public void runContributingProcs(RoundEnvironment re) { argument 644 callProcessor(ps.processor, emptyTypeElements, re);
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/ |
H A D | HTMLGenerator.java | 725 } catch (RuntimeException re) { 729 re.printStackTrace();
|
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/ |
H A D | RequiredModelMBean.java | 1266 } catch (RuntimeException re) { 1267 throw new RuntimeOperationsException(re, 2910 * the MBean server and re-thrown as an 2953 * the MBean server and re-thrown as an
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/ |
H A D | URI.java | 543 // Two slashes means we may have authority, but definitely means we're either 587 // is also specified, for example), but we're just following the 659 // Two slashes means we may have authority, but definitely means we're either 703 // is also specified, for example), but we're just following the 744 // if we found a scheme, it means absolute URI, so we're done 753 // if we found a host, then we've got a network path, so we're done
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/ |
H A D | UnmarshallingContext.java | 659 } catch( RuntimeException re ) { 728 // re-allocate buffer if necessary
|
/openjdk7/jdk/src/share/classes/sun/font/ |
H A D | TrueTypeFont.java | 422 * we should indicate that there is no point in re-trying. 879 } catch (Exception re) {
|
/openjdk7/jdk/test/sun/security/krb5/auto/ |
H A D | KDC.java | 536 } catch (RealmException re) {
|
/openjdk7/jdk/make/jpda/jdwp/ |
H A D | jdwp.spec | 140 "<li>Garbage collection is re-enabled in all cases where it was " 296 "disabled for the object, it will be re-enabled. " 309 "IDs may be re-used by the back-end after they "
|