# HG changeset patch # User Doug Simon # Date 1335785159 -7200 # Node ID 12c63380e7ff758f788080a5bf232bdf05128b29 # Parent e79727f1b3d0a9071f7964f18382b928ec8fe747 removed empty javadoc for generated serialVersionUID fields diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.graph/src/com/oracle/graal/graph/GraalInternalError.java --- a/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/GraalInternalError.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/GraalInternalError.java Mon Apr 30 13:25:59 2012 +0200 @@ -29,9 +29,6 @@ */ public class GraalInternalError extends Error { - /** - * - */ private static final long serialVersionUID = 8776065085829593278L; private Node node; private Graph graph; diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.graph/src/com/oracle/graal/graph/VerificationError.java --- a/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/VerificationError.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.graph/src/com/oracle/graal/graph/VerificationError.java Mon Apr 30 13:25:59 2012 +0200 @@ -28,9 +28,6 @@ */ public class VerificationError extends GraalInternalError { - /** - * - */ private static final long serialVersionUID = 8459607567446819822L; /** diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilerObject.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilerObject.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilerObject.java Mon Apr 30 13:25:59 2012 +0200 @@ -29,9 +29,6 @@ * Parent class for all HotSpot Ri... types. */ public abstract class CompilerObject implements Serializable { - /** - * - */ private static final long serialVersionUID = -4551670987101214877L; protected final Compiler compiler; diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotTargetMethod.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotTargetMethod.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotTargetMethod.java Mon Apr 30 13:25:59 2012 +0200 @@ -34,9 +34,6 @@ */ public final class HotSpotTargetMethod extends CompilerObject { - /** - * - */ private static final long serialVersionUID = 7807321392203253218L; public final CiTargetMethod targetMethod; public final HotSpotMethodResolved method; // used only for methods diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java Mon Apr 30 13:25:59 2012 +0200 @@ -29,9 +29,6 @@ */ public final class HotSpotVMConfig extends CompilerObject { - /** - * - */ private static final long serialVersionUID = -4744897993263044184L; private HotSpotVMConfig() { diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotExceptionHandler.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotExceptionHandler.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotExceptionHandler.java Mon Apr 30 13:25:59 2012 +0200 @@ -27,9 +27,6 @@ public final class HotSpotExceptionHandler extends CompilerObject implements RiExceptionHandler { - /** - * - */ private static final long serialVersionUID = 7110038548061733686L; private int startBci; private int endBci; diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotField.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotField.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotField.java Mon Apr 30 13:25:59 2012 +0200 @@ -38,9 +38,6 @@ */ public class HotSpotField extends CompilerObject implements RiResolvedField { - /** - * - */ private static final long serialVersionUID = 7692985878836955683L; private final RiResolvedType holder; private final String name; diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotMethod.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotMethod.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotMethod.java Mon Apr 30 13:25:59 2012 +0200 @@ -28,9 +28,6 @@ public abstract class HotSpotMethod extends CompilerObject implements RiMethod { - /** - * - */ private static final long serialVersionUID = 7167491397941960839L; protected String name; diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotMethodData.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotMethodData.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotMethodData.java Mon Apr 30 13:25:59 2012 +0200 @@ -34,9 +34,6 @@ public final class HotSpotMethodData extends CompilerObject { - /** - * - */ private static final long serialVersionUID = -8873133496591225071L; static { diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotMethodUnresolved.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotMethodUnresolved.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotMethodUnresolved.java Mon Apr 30 13:25:59 2012 +0200 @@ -29,9 +29,6 @@ * Implementation of RiMethod for unresolved HotSpot methods. */ public final class HotSpotMethodUnresolved extends HotSpotMethod { - /** - * - */ private static final long serialVersionUID = 5610263481791970079L; private final RiSignature signature; protected RiType holder; diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotProfilingInfo.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotProfilingInfo.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotProfilingInfo.java Mon Apr 30 13:25:59 2012 +0200 @@ -30,9 +30,6 @@ public final class HotSpotProfilingInfo extends CompilerObject implements RiProfilingInfo { - /** - * - */ private static final long serialVersionUID = -8307682725047864875L; private static final DebugMetric metricInsufficentSpace = Debug.metric("InsufficientSpaceForProfilingData"); diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotSignature.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotSignature.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotSignature.java Mon Apr 30 13:25:59 2012 +0200 @@ -35,9 +35,6 @@ */ public class HotSpotSignature extends CompilerObject implements RiSignature { - /** - * - */ private static final long serialVersionUID = -2890917956072366116L; private final List arguments = new ArrayList<>(); private final String returnType; diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotType.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotType.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotType.java Mon Apr 30 13:25:59 2012 +0200 @@ -30,9 +30,6 @@ * Common interface for all HotSpot RiType-implementations. */ public abstract class HotSpotType extends CompilerObject implements RiType { - /** - * - */ private static final long serialVersionUID = -4252886265301910771L; protected String name; diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotTypePrimitive.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotTypePrimitive.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/ri/HotSpotTypePrimitive.java Mon Apr 30 13:25:59 2012 +0200 @@ -35,9 +35,6 @@ */ public final class HotSpotTypePrimitive extends HotSpotType implements RiResolvedType { - /** - * - */ private static final long serialVersionUID = -6208552348908071473L; private CiKind kind; diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/server/ReplacingStreams.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/server/ReplacingStreams.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/server/ReplacingStreams.java Mon Apr 30 13:25:59 2012 +0200 @@ -74,9 +74,6 @@ public static class Placeholder implements Serializable { - /** - * - */ private static final long serialVersionUID = 6071894297788156945L; public final int id; @@ -92,9 +89,6 @@ public static class NewRemoteCallPlaceholder implements Serializable { - /** - * - */ private static final long serialVersionUID = 3084101671389500206L; public final Class[] interfaces; @@ -104,10 +98,6 @@ } public static class NewDummyPlaceholder implements Serializable { - - /** - * - */ private static final long serialVersionUID = 2692666726573532288L; } diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiDebugInfo.java --- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiDebugInfo.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiDebugInfo.java Mon Apr 30 13:25:59 2012 +0200 @@ -30,9 +30,6 @@ */ public class CiDebugInfo implements Serializable { - /** - * - */ private static final long serialVersionUID = -6047206624915812516L; /** diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiRegister.java --- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiRegister.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiRegister.java Mon Apr 30 13:25:59 2012 +0200 @@ -30,9 +30,6 @@ */ public final class CiRegister implements Comparable, Serializable { - /** - * - */ private static final long serialVersionUID = -7213269157816016300L; /** diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiTargetMethod.java --- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiTargetMethod.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiTargetMethod.java Mon Apr 30 13:25:59 2012 +0200 @@ -34,18 +34,12 @@ */ public class CiTargetMethod implements Serializable { - /** - * - */ private static final long serialVersionUID = -1319947729753702434L; /** * Represents a code position with associated additional information. */ public abstract static class Site implements Serializable { - /** - * - */ private static final long serialVersionUID = -8214214947651979102L; /** * The position (or offset) of this site with respect to the start of the target method. @@ -61,9 +55,6 @@ * Represents a safepoint with associated debug info. */ public static class Safepoint extends Site implements Comparable { - /** - * - */ private static final long serialVersionUID = 2479806696381720162L; public final CiDebugInfo debugInfo; @@ -96,9 +87,6 @@ * Represents a call in the code. */ public static final class Call extends Safepoint { - /** - * - */ private static final long serialVersionUID = 1440741241631046954L; /** @@ -145,9 +133,6 @@ * Represents a reference to data from the code. The associated data can be any constant. */ public static final class DataPatch extends Site { - /** - * - */ private static final long serialVersionUID = 5771730331604867476L; public final CiConstant constant; public final int alignment; @@ -169,9 +154,6 @@ * This is optional information that can be used to enhance a disassembly of the code. */ public abstract static class CodeAnnotation implements Serializable { - /** - * - */ private static final long serialVersionUID = -7903959680749520748L; public final int position; @@ -204,9 +186,6 @@ * Labels some inline data in the code. */ public static final class InlineData extends CodeAnnotation { - /** - * - */ private static final long serialVersionUID = 305997507263827108L; public final int size; public InlineData(int position, int size) { @@ -228,9 +207,6 @@ * The table is indexed by the contiguous range of integers from {@link #low} to {@link #high} inclusive. */ public static final class JumpTable extends CodeAnnotation { - /** - * - */ private static final long serialVersionUID = 2222194398353801831L; /** @@ -267,9 +243,6 @@ * based on a key value from a sparse value set (e.g. the {@code lookupswitch} JVM instruction). */ public static final class LookupTable extends CodeAnnotation { - /** - * - */ private static final long serialVersionUID = 8367952567559116160L; /** @@ -305,9 +278,6 @@ * well as the caught exception type. */ public static final class ExceptionHandler extends Site { - /** - * - */ private static final long serialVersionUID = 4897339464722665281L; public final int handlerPos; @@ -323,9 +293,6 @@ } public static final class Mark extends Site { - /** - * - */ private static final long serialVersionUID = 3612943150662354844L; public final Object id; public final Mark[] references; diff -r e79727f1b3d0 -r 12c63380e7ff graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiTypeProfile.java --- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiTypeProfile.java Mon Apr 30 13:16:48 2012 +0200 +++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiTypeProfile.java Mon Apr 30 13:25:59 2012 +0200 @@ -30,9 +30,7 @@ * decisions like speculative inlining, etc. */ public final class RiTypeProfile implements Serializable { - /** - * - */ + private static final long serialVersionUID = -6877016333706838441L; private final RiResolvedType[] types;