Commit 0bedbbdf by Tom Tromey Committed by Tom Tromey

For PR java/3562:

	* java/lang/Class.h (Class(void)): Now private.  Removed
	implementation.  From dmorsberger@sensysdl.com.

From-SVN: r43781
parent 01f9e964
2001-07-05 Tom Tromey <tromey@redhat.com>
For PR java/3562:
* java/lang/Class.h (Class(void)): Now private. Removed
implementation. From dmorsberger@sensysdl.com.
2001-07-02 Tom Tromey <tromey@redhat.com>
Fix for PR bootstrap/3281:
......
......@@ -207,8 +207,6 @@ public:
// finalization
void finalize ();
Class () {};
// This constructor is used to create Class object for the primitive
// types. See prims.cc.
Class (jobject cname, jbyte sig, jint len, jobject array_vtable)
......@@ -238,6 +236,8 @@ public:
private:
Class ();
void checkMemberAccess (jint flags);
void initializeClass (void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment