On 10/18/06, David Barron <[EMAIL PROTECTED]> wrote:
Dan Nicholson wrote: > > http://www.linuxfromscratch.org/patches/downloads/jdk/jdk-1.5.0_08-gcc4-2.patch > Made some progress I think, but not much: /home/dlbarron/Desktop/jdk-build/hotspot/src/share/vm/runtime/thread.hpp:1521: error: extra qualification 'Threads::' on member 'jvmpi_fab_heavy_monitors' make[3]: *** [accessFlags.o] Error 1
Are you sure you applied the patch? I can see the part of Bernard's patch where the Threads:: is removed on line 1521. @@ -1518,7 +1518,7 @@ static void find_deadlocks(GrowableArray<JavaThread*>* deadlock_threads, bool print_to_tty); // Fabricate heavyweight monitor info for each lightweight monitor. - static GrowableArray<ObjectMonitor*>* Threads::jvmpi_fab_heavy_monitors(); + static GrowableArray<ObjectMonitor*>* jvmpi_fab_heavy_monitors(); // Get Java threads that are waiting to enter a monitor. If doLock // is true, then Threads_lock is grabbed as needed. Otherwise, the Other than that, I can't help. I've never tried to build JDK and I'm not the source of that patch. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
