/* LinkedHashMap.java -- a class providing hashtable data structure,
mapping Object --> Object, with linked list traversal
Copyright (C) 2001, 2002 Free Software Foundation, Inc.
This file is p
/* HashMap.java -- a class providing a basic hashtable data structure,
mapping Object --> Object
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This file is par
/* SignedObject.java --- Signed Object Class
Copyright (C) 1999, 2003, Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it a
/*
* object.c
* Handle create and subsequent garbage collection of objects.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms"
/*
* object.h
* Object representation.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistr
class WaitTest
implements Runnable
{
static final long TOLERANCE = 100;
private final Object waiter;
WaitTest(Object waiter)
{
this.waiter = waiter;
}
public v
.class public interface ClassFlags2
.super java/lang/Object
; No stack trace
; Expected Output:
; java.lang.ClassFormatError: (class: ClassFlags2) Abstract flag not set on interface