You need to sign in or sign up before continuing.
提交 839b102b 编写于 作者: O ohair

6627823: Missed whitespace normalization files: jdk/test/java/rmi

Summary: Just missed a few files being normalized in rev 0.
Reviewed-by: xdono
上级 b11e49b0
...@@ -170,4 +170,3 @@ public class ActivateFails ...@@ -170,4 +170,3 @@ public class ActivateFails
} }
} }
} }
...@@ -48,4 +48,3 @@ public class ShutdownThread extends Thread implements Serializable { ...@@ -48,4 +48,3 @@ public class ShutdownThread extends Thread implements Serializable {
} }
} }
...@@ -34,4 +34,3 @@ interface CanCreateStubs extends java.rmi.Remote { ...@@ -34,4 +34,3 @@ interface CanCreateStubs extends java.rmi.Remote {
Object getForbiddenClass() throws Exception; Object getForbiddenClass() throws Exception;
ActivationGroupID returnGroupID() throws RemoteException; ActivationGroupID returnGroupID() throws RemoteException;
} }
...@@ -27,4 +27,3 @@ public interface CallbackInterface extends Remote { ...@@ -27,4 +27,3 @@ public interface CallbackInterface extends Remote {
public void inc() throws RemoteException; public void inc() throws RemoteException;
public int getNumDeactivated() throws RemoteException; public int getNumDeactivated() throws RemoteException;
} }
...@@ -78,4 +78,3 @@ public interface BenchServer extends Remote { ...@@ -78,4 +78,3 @@ public interface BenchServer extends Remote {
*/ */
void terminate(int delay) throws RemoteException; void terminate(int delay) throws RemoteException;
} }
...@@ -95,4 +95,3 @@ public class BenchServerImpl ...@@ -95,4 +95,3 @@ public class BenchServerImpl
System.exit(0); System.exit(0);
} }
} }
...@@ -77,4 +77,3 @@ public class BooleanArrayCalls implements Benchmark { ...@@ -77,4 +77,3 @@ public class BooleanArrayCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -74,4 +74,3 @@ public class BooleanCalls implements Benchmark { ...@@ -74,4 +74,3 @@ public class BooleanCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -77,4 +77,3 @@ public class ByteArrayCalls implements Benchmark { ...@@ -77,4 +77,3 @@ public class ByteArrayCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -74,4 +74,3 @@ public class ByteCalls implements Benchmark { ...@@ -74,4 +74,3 @@ public class ByteCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -77,4 +77,3 @@ public class CharArrayCalls implements Benchmark { ...@@ -77,4 +77,3 @@ public class CharArrayCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -74,4 +74,3 @@ public class CharCalls implements Benchmark { ...@@ -74,4 +74,3 @@ public class CharCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -57,4 +57,3 @@ public class ClassLoading implements Benchmark { ...@@ -57,4 +57,3 @@ public class ClassLoading implements Benchmark {
return time; return time;
} }
} }
...@@ -77,4 +77,3 @@ public class DoubleArrayCalls implements Benchmark { ...@@ -77,4 +77,3 @@ public class DoubleArrayCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -74,4 +74,3 @@ public class DoubleCalls implements Benchmark { ...@@ -74,4 +74,3 @@ public class DoubleCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -80,4 +80,3 @@ public class ExceptionCalls implements Benchmark { ...@@ -80,4 +80,3 @@ public class ExceptionCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -59,4 +59,3 @@ public class ExportObjs implements Benchmark { ...@@ -59,4 +59,3 @@ public class ExportObjs implements Benchmark {
return time; return time;
} }
} }
...@@ -77,4 +77,3 @@ public class FloatArrayCalls implements Benchmark { ...@@ -77,4 +77,3 @@ public class FloatArrayCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -74,4 +74,3 @@ public class FloatCalls implements Benchmark { ...@@ -74,4 +74,3 @@ public class FloatCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -77,4 +77,3 @@ public class IntArrayCalls implements Benchmark { ...@@ -77,4 +77,3 @@ public class IntArrayCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -74,4 +74,3 @@ public class IntCalls implements Benchmark { ...@@ -74,4 +74,3 @@ public class IntCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -77,4 +77,3 @@ public class LongArrayCalls implements Benchmark { ...@@ -77,4 +77,3 @@ public class LongArrayCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -74,4 +74,3 @@ public class LongCalls implements Benchmark { ...@@ -74,4 +74,3 @@ public class LongCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -430,4 +430,3 @@ public class Main { ...@@ -430,4 +430,3 @@ public class Main {
harness.runBenchmarks(reporter, verbose); harness.runBenchmarks(reporter, verbose);
} }
} }
...@@ -73,4 +73,3 @@ public class NullCalls implements Benchmark { ...@@ -73,4 +73,3 @@ public class NullCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -101,4 +101,3 @@ public class ObjArrayCalls implements Benchmark { ...@@ -101,4 +101,3 @@ public class ObjArrayCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -99,4 +99,3 @@ public class ObjTreeCalls implements Benchmark { ...@@ -99,4 +99,3 @@ public class ObjTreeCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -112,4 +112,3 @@ public class ProxyArrayCalls implements Benchmark { ...@@ -112,4 +112,3 @@ public class ProxyArrayCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -84,4 +84,3 @@ public class RemoteObjArrayCalls implements Benchmark { ...@@ -84,4 +84,3 @@ public class RemoteObjArrayCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -77,4 +77,3 @@ public class ShortArrayCalls implements Benchmark { ...@@ -77,4 +77,3 @@ public class ShortArrayCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -74,4 +74,3 @@ public class ShortCalls implements Benchmark { ...@@ -74,4 +74,3 @@ public class ShortCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -90,4 +90,3 @@ public class SmallObjTreeCalls implements Benchmark { ...@@ -90,4 +90,3 @@ public class SmallObjTreeCalls implements Benchmark {
return time; return time;
} }
} }
...@@ -83,5 +83,3 @@ public class BooleanArrays implements Benchmark { ...@@ -83,5 +83,3 @@ public class BooleanArrays implements Benchmark {
} }
} }
} }
...@@ -79,5 +79,3 @@ public class Booleans implements Benchmark { ...@@ -79,5 +79,3 @@ public class Booleans implements Benchmark {
} }
} }
} }
...@@ -83,5 +83,3 @@ public class ByteArrays implements Benchmark { ...@@ -83,5 +83,3 @@ public class ByteArrays implements Benchmark {
} }
} }
} }
...@@ -79,4 +79,3 @@ public class Bytes implements Benchmark { ...@@ -79,4 +79,3 @@ public class Bytes implements Benchmark {
} }
} }
} }
...@@ -83,5 +83,3 @@ public class CharArrays implements Benchmark { ...@@ -83,5 +83,3 @@ public class CharArrays implements Benchmark {
} }
} }
} }
...@@ -79,4 +79,3 @@ public class Chars implements Benchmark { ...@@ -79,4 +79,3 @@ public class Chars implements Benchmark {
} }
} }
} }
...@@ -126,4 +126,3 @@ public class ClassDesc implements Benchmark { ...@@ -126,4 +126,3 @@ public class ClassDesc implements Benchmark {
} }
} }
} }
...@@ -78,4 +78,3 @@ public class Cons implements Benchmark { ...@@ -78,4 +78,3 @@ public class Cons implements Benchmark {
} }
} }
} }
...@@ -129,4 +129,3 @@ public class CustomDefaultObjTrees implements Benchmark { ...@@ -129,4 +129,3 @@ public class CustomDefaultObjTrees implements Benchmark {
} }
} }
} }
...@@ -150,4 +150,3 @@ public class CustomObjTrees implements Benchmark { ...@@ -150,4 +150,3 @@ public class CustomObjTrees implements Benchmark {
} }
} }
} }
...@@ -83,5 +83,3 @@ public class DoubleArrays implements Benchmark { ...@@ -83,5 +83,3 @@ public class DoubleArrays implements Benchmark {
} }
} }
} }
...@@ -79,4 +79,3 @@ public class Doubles implements Benchmark { ...@@ -79,4 +79,3 @@ public class Doubles implements Benchmark {
} }
} }
} }
...@@ -155,4 +155,3 @@ public class ExternObjTrees implements Benchmark { ...@@ -155,4 +155,3 @@ public class ExternObjTrees implements Benchmark {
} }
} }
} }
...@@ -83,5 +83,3 @@ public class FloatArrays implements Benchmark { ...@@ -83,5 +83,3 @@ public class FloatArrays implements Benchmark {
} }
} }
} }
...@@ -79,4 +79,3 @@ public class Floats implements Benchmark { ...@@ -79,4 +79,3 @@ public class Floats implements Benchmark {
} }
} }
} }
...@@ -154,4 +154,3 @@ public class GetPutFieldTrees implements Benchmark { ...@@ -154,4 +154,3 @@ public class GetPutFieldTrees implements Benchmark {
} }
} }
} }
...@@ -83,5 +83,3 @@ public class IntArrays implements Benchmark { ...@@ -83,5 +83,3 @@ public class IntArrays implements Benchmark {
} }
} }
} }
...@@ -79,4 +79,3 @@ public class Ints implements Benchmark { ...@@ -79,4 +79,3 @@ public class Ints implements Benchmark {
} }
} }
} }
...@@ -83,5 +83,3 @@ public class LongArrays implements Benchmark { ...@@ -83,5 +83,3 @@ public class LongArrays implements Benchmark {
} }
} }
} }
...@@ -79,4 +79,3 @@ public class Longs implements Benchmark { ...@@ -79,4 +79,3 @@ public class Longs implements Benchmark {
} }
} }
} }
...@@ -261,4 +261,3 @@ public class Main { ...@@ -261,4 +261,3 @@ public class Main {
harness.runBenchmarks(reporter, verbose); harness.runBenchmarks(reporter, verbose);
} }
} }
...@@ -118,5 +118,3 @@ public class ObjArrays implements Benchmark { ...@@ -118,5 +118,3 @@ public class ObjArrays implements Benchmark {
} }
} }
} }
...@@ -116,4 +116,3 @@ public class ObjTrees implements Benchmark { ...@@ -116,4 +116,3 @@ public class ObjTrees implements Benchmark {
} }
} }
} }
...@@ -119,5 +119,3 @@ public class ProxyArrays implements Benchmark { ...@@ -119,5 +119,3 @@ public class ProxyArrays implements Benchmark {
} }
} }
} }
...@@ -125,4 +125,3 @@ public class ProxyClassDesc implements Benchmark { ...@@ -125,4 +125,3 @@ public class ProxyClassDesc implements Benchmark {
} }
} }
} }
...@@ -95,4 +95,3 @@ public class RepeatObjs implements Benchmark { ...@@ -95,4 +95,3 @@ public class RepeatObjs implements Benchmark {
} }
} }
} }
...@@ -132,4 +132,3 @@ public class ReplaceTrees implements Benchmark { ...@@ -132,4 +132,3 @@ public class ReplaceTrees implements Benchmark {
} }
} }
} }
...@@ -83,5 +83,3 @@ public class ShortArrays implements Benchmark { ...@@ -83,5 +83,3 @@ public class ShortArrays implements Benchmark {
} }
} }
} }
...@@ -79,4 +79,3 @@ public class Shorts implements Benchmark { ...@@ -79,4 +79,3 @@ public class Shorts implements Benchmark {
} }
} }
} }
...@@ -107,4 +107,3 @@ public class SmallObjTrees implements Benchmark { ...@@ -107,4 +107,3 @@ public class SmallObjTrees implements Benchmark {
} }
} }
} }
...@@ -166,4 +166,3 @@ public class StreamBuffer { ...@@ -166,4 +166,3 @@ public class StreamBuffer {
buf = newbuf; buf = newbuf;
} }
} }
...@@ -99,4 +99,3 @@ public class Strings implements Benchmark { ...@@ -99,4 +99,3 @@ public class Strings implements Benchmark {
} }
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册