run.sh revision 0
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder#
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# Copyright 1998 Sun Microsystems, Inc. All Rights Reserved.
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski#
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# This code is free software; you can redistribute it and/or modify it
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder# under the terms of the GNU General Public License version 2 only, as
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# published by the Free Software Foundation.
b4fbc96e05117839ca409f5f20f97b3ac872d1edTill Mossakowski#
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# This code is distributed in the hope that it will be useful, but WITHOUT
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder# version 2 for more details (a copy is included in the LICENSE file that
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# accompanied this code).
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski#
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# You should have received a copy of the GNU General Public License version
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# 2 along with this work; if not, write to the Free Software Foundation,
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski#
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# CA 95054 USA or visit www.sun.com if you need additional information or
41b374310469a547c7c2ae83f5531c77575ae2bbChristian Maeder# have any questions.
bf76f4fcf07abaebea587df8135de8356c26a363Till Mossakowski#
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski#
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# @bug 4088176
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski# @summary Test reading an evolved class serialization into the original class
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowski
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowskirm *.class tmp.ser
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowskijavac WriteAddedField.java
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowskijava WriteAddedField
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowskirm *.class
b10d6cef708b7a659f2d3b367e8e0db0d03ae3f5Till Mossakowskijavac ReadAddedField.java
bf76f4fcf07abaebea587df8135de8356c26a363Till Mossakowskijava ReadAddedField
bf76f4fcf07abaebea587df8135de8356c26a363Till Mossakowski