Searched refs:rex (Results 1 - 15 of 15) sorted by relevance

/openjdk9/jdk/test/java/rmi/server/UnicastRemoteObject/serialFilter/
H A DFilterUROTest.java79 } catch (RemoteException rex) {
81 UnmarshalException.class.equals(rex.getCause().getClass()) &&
82 InvalidClassException.class.equals(rex.getCause().getCause().getClass())) {
85 rex.printStackTrace();
86 Assert.fail("unexpected remote exception", rex);
87 } catch (Exception rex) {
88 Assert.fail("unexpected exception", rex);
106 } catch (RemoteException rex) {
108 UnmarshalException.class.equals(rex.getCause().getClass()) &&
109 InvalidClassException.class.equals(rex
[all...]
/openjdk9/jdk/test/java/awt/event/ComponentEvent/MovedResizedTardyEventTest/
H A DMovedResizedTardyEventTest.java92 } catch(AWTException rex) {
93 rex.printStackTrace();
/openjdk9/nashorn/test/script/trusted/
H A Devent_queue.js99 print("in loop rex class = " + rexInLoop.getClass());
100 print("in loop rex return type = " + Reflector.invoke(getReturnType, rexInLoop));
111 var rex = Reflector.invoke(getValue, last); variable
112 print("rex class = " + rex.getClass());
113 print("rex return type = " + Reflector.invoke(getReturnType, rex));
/openjdk9/jdk/test/java/rmi/registry/serialFilter/
H A DRegistryFilterTest.java133 } catch (Exception rex) {
151 } catch (Exception rex) {
169 } catch (Exception rex) {
188 } catch (Exception rex) {
/openjdk9/corba/src/java.corba/share/classes/org/omg/PortableServer/
H A DServant.java247 } catch( RuntimeException rex ) {
248 throw rex;
/openjdk9/jdk/test/com/sun/corba/serialization/
H A DObjectStreamTest.java317 } catch (IllegalAccessException | InvocationTargetException rex) {
318 throw new RuntimeException("invocation failed", rex);
342 } catch (IllegalAccessException | InvocationTargetException rex) {
343 throw new RuntimeException("invocation failed", rex);
367 } catch (IllegalAccessException | InvocationTargetException rex) {
368 throw new RuntimeException("invocation failed", rex);
/openjdk9/corba/src/java.corba/share/classes/org/omg/CORBA/portable/
H A DObjectImpl.java295 } catch( RuntimeException rex ) {
296 throw rex;
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DAbstractExecutorService.java202 } catch (RuntimeException rex) {
203 ee = new ExecutionException(rex);
H A DForkJoinTask.java284 } catch (Throwable rex) {
285 return setExceptionalCompletion(rex);
960 } catch (Throwable rex) {
961 setExceptionalCompletion(rex);
1433 } catch (RuntimeException rex) {
1434 throw rex;
H A DForkJoinPool.java1321 } catch (Throwable rex) {
1322 ex = rex;
/openjdk9/hotspot/test/compiler/c2/
H A DPolynomialRoot.java420 final double rex,
426 final double xabs=Math.abs(rex)+Math.abs(imx);
429 final double res1=(res*rex-ims*imx)+p[k];
430 final double ims1=(ims*rex+res*imx);
443 "\t x.r="+rex+" x.i="+imx+"\n"+
481 final double [] rex=new double [n],imx=new double [n];
502 findPolynomialRoots(n,p,rex,imx);
507 checkValues(p,n,rex[j],imx[j],eps," t="+i);
418 checkValues(final double [] p, final int n, final double rex, final double imx, final double eps, final String txt) argument
/openjdk9/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp49 int rex = ubyte_at(0); local
50 if (rex != rex_prefix) {
/openjdk9/jdk/test/java/util/concurrent/tck/
H A DForkJoinTask8Test.java293 } catch (Throwable rex) {
294 p.completeExceptionally(rex);
H A DForkJoinTaskTest.java304 } catch (Throwable rex) {
305 p.completeExceptionally(rex);
/openjdk9/nashorn/test/script/basic/
H A DJDK-8017084.js12353 rex: 12322,

Completed in 222 milliseconds