Re: Crashes with JDK 1.2

1999-03-14 Thread Stefan Proels
Hi, it's me again... I wrote: > since I installed JDK1.2 my system has become quite unstable. [...] > It might be a problem with native threads -- this is why: Below is > a small test program which doesn't do much except for running two > threads where the main thread wakes up the other. After r

You guys rule

1999-03-14 Thread Mike Vitalo
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

JDK v1.2 and Windowmanager

1999-03-14 Thread Dirk Schreiber
Hello, whenever i make a JFrame, JDialoge visible thewindowmanager get killed... Under windows with SUNs JDK v1.2 there are no problems. Is it a well known bug within the jdk for linux or Any ideas or hints??? Bye Dirk --

Patches for 1.2-linux?

1999-03-14 Thread -=[RaZOR]=-
[ I noticed this thread a couple of days ago in the archives, but it died out so I thought I would ask again. ] Is there a way mere mortals can get a CC: of the patches that are being used for the JDK1.2 port? I have the source (as Sun's new "more liberal" license allows for) an

Patches for 1.2-linux?

1999-03-14 Thread Matthew L Daniel
[ I noticed this thread a couple of days ago in the archives, but it died out so I thought I would ask again. ] Is there a way mere mortals can get a CC: of the patches that are being used for the JDK1.2 port? I have the source (as Sun's new "more liberal" license allows for) an

Re: Questions concerning jikes.

1999-03-14 Thread Thorsten Gebuhr
Date sent: Sat, 13 Mar 1999 09:02:50 -0500 From: Justin Knotzke <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject:Questions concerning jikes. > Hi, > > I probably should complain to IBM about thi

Java-Linux mailing list weirdnesses

1999-03-14 Thread Nathan Meyers
This mailing list appears to be finding its way into a lot of unwelcome mailboxes... seems that every time I send something out to java-linux, I get a "please stop sending me mail" complaint from someone. My best guess is that some prankster somewhere is getting his kicks by handing out unsolicite

Crashes with JDK 1.2

1999-03-14 Thread Stefan Proels
Hi, since I installed JDK1.2 my system has become quite unstable. I've had several system crashes lately. I cannot put the blame on JDK1.2 for sure, since there is no deterministic way to reproduce the problem, and, after all, bugs in the JDK should not affect the system. So it's probably a kern

Jikes and Java 1.2

1999-03-14 Thread Nelson Minar
David Shields, one of the Jikes authors, asked me to forward the following: --- Jikes now supports the Java language changes added in 1.2. We'll soon be adding support for the three new classpath-related arguments ( -source

cannot open shared object file

1999-03-14 Thread Steve Gee
an someone please help with a library error: when I try to run a simple application: source code provided: import javax.swing.*; public class jfctest extends JFrame{ public static void main(String args[]){ new jfctest(); }//end main public jfctest(){

Re: Fonts, fonts, fonts (sizes, jdk1.2pre1)

1999-03-14 Thread Glenn Valenta
Urban Widmark wrote: > > Hello > > Is there anything that can be done to make the jdk1.2 fonts behave more > like the 1.1 ones? Included is a small testprogram with output. Notice the > difference in height of the fontmetrics. > > Searching through the archives and the bug-reports gave at least

Hope this helps some :)

1999-03-14 Thread Mr Mathias Creutz
Hi ! [mathias@sandman]$ javac HelloWorld.java *** panic: GC: getStickySystemClass failed: java/lang/ref/Reference CLASSPATH may be incorrect SIGABRT 6* abort (generated by abort(3) routine) stackpointer=0xb5a0 Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v1, n

Re: Magician pulled off the market

1999-03-14 Thread peter johnson
Bernd Kreimeier wrote: > [about as much off topic as "JMF for Linux"] > > With respect to "Java3D for Linux": Arcana Ltd., > the company that till last week provided a very > popular Java OpenGL API and implementations for > JNI, RNI and Netscape's JRI on Linux, Windows, > Mac, and other platf

How to prevent public access to private methods?

1999-03-14 Thread Dirk Fischer
Hello alltogether, maybe this isn't the right place to ask this question, but because my examples also result in a segmentation violation using your new port of the JDK-1.2 (thanks a lot for the good work!) you may take this just as a hint for a bug concerning the binary compatibility (see CH13 o

JDK 1.2 Bug sigsegv and swing sizeing

1999-03-14 Thread trevor
I have submitted this as bug 552 but I wondered if anyone can help: Full_Name: Trevor Harris JDK_Version: 1.2 pre 1 JDK_Arch: i386 (x86) Linux_Dist: Caldera Linux_Dist_Ver: Open Ingres 1.0 Libc_Ver: libc.so.5.4.44 Ld_Ver: 1.7.14 Dyn_Java: no Toolkit: Motif Toolkit_Ver: Swim 2.0

Re: Questions concerning jikes.

1999-03-14 Thread John Summerfield
On Sat, 13 Mar 1999, Justin Knotzke wrote: > Also, is there a noticeable difference in speed? Only one order of magnitude. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index. ---

Cool new tool for JDK1.2 performance analysis

1999-03-14 Thread Nathan Meyers
I've just published a tool I wrote to assist me in performance profiling of applications I'm developing under JDK1.2. Although I work in the Linux environment, the tool should (I suppose) work in any JDK1.2 environment. The tool, JAnalyzeProfile, is a perl script that analyzes the profile data pr