提交 fd5e3d84 编写于 作者: C coffeys

7201066: Change modifiers on unused fields

Reviewed-by: alanb, skoivu
上级 3eb804ec
/* /*
* Copyright (c) 1997, 2002, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -322,9 +322,9 @@ class ServerCallback extends ...@@ -322,9 +322,9 @@ class ServerCallback extends
com.sun.corba.se.spi.activation._ServerImplBase com.sun.corba.se.spi.activation._ServerImplBase
{ {
private ORB orb; private ORB orb;
private Method installMethod ; private transient Method installMethod ;
private Method uninstallMethod ; private transient Method uninstallMethod ;
private Method shutdownMethod ; private transient Method shutdownMethod ;
private Object methodArgs[] ; private Object methodArgs[] ;
ServerCallback(ORB orb, Method installMethod, Method uninstallMethod, ServerCallback(ORB orb, Method installMethod, Method uninstallMethod,
......
...@@ -1523,8 +1523,8 @@ public class ObjectStreamClass implements java.io.Serializable { ...@@ -1523,8 +1523,8 @@ public class ObjectStreamClass implements java.io.Serializable {
private boolean hasExternalizableBlockData; private boolean hasExternalizableBlockData;
Method writeObjectMethod; Method writeObjectMethod;
Method readObjectMethod; Method readObjectMethod;
private Method writeReplaceObjectMethod; private transient Method writeReplaceObjectMethod;
private Method readResolveObjectMethod; private transient Method readResolveObjectMethod;
private Constructor cons ; private Constructor cons ;
/** /**
......
/* /*
* Copyright (c) 2001, 2003, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -1119,8 +1119,8 @@ public class ObjectStreamClass_1_3_1 implements java.io.Serializable { ...@@ -1119,8 +1119,8 @@ public class ObjectStreamClass_1_3_1 implements java.io.Serializable {
private boolean hasExternalizableBlockData; private boolean hasExternalizableBlockData;
Method writeObjectMethod; Method writeObjectMethod;
Method readObjectMethod; Method readObjectMethod;
private Method writeReplaceObjectMethod; private transient Method writeReplaceObjectMethod;
private Method readResolveObjectMethod; private transient Method readResolveObjectMethod;
/* /*
* ObjectStreamClass_1_3_1 that this one was built from. * ObjectStreamClass_1_3_1 that this one was built from.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册