FreeBSD Bugzilla – Attachment 46611 Details for
Bug 71516
jdk13 hotspot fails to build with recent gcc 3.4.2 on RELENG_5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
hotspotdiffs
hotspotdiffs (text/plain), 3.08 KB, created by
Damir Kiramov
on 2004-09-09 10:30:26 UTC
(
hide
)
Description:
hotspotdiffs
Filename:
MIME Type:
Creator:
Damir Kiramov
Created:
2004-09-09 10:30:26 UTC
Size:
3.08 KB
patch
obsolete
>diff -aruN ../jdk13.orig/Makefile ./Makefile >--- ../jdk13.orig/Makefile Wed Sep 8 13:00:18 2004 >+++ ./Makefile Wed Sep 8 13:01:05 2004 >@@ -58,7 +58,8 @@ > SYS_CFLAGS="${CFLAGS}" \ > CLASSPATH="" \ > LD_LIBRARY_PATH="" \ >- JAVA_COMPILER="" >+ JAVA_COMPILER="" \ >+ MAKEFLAGS="" > .if !defined(WITHOUT_PLUGIN) > MAKE_ENV += LIBG_HDRS="${LOCALBASE}/include/glib12" \ > GTK_HDRS="${X11BASE}/include/gtk12" \ >diff -aruN ../jdk13.orig/work/hotspot1.3.1/build/linux/makefiles/gcc.make ./work/hotspot1.3.1/build/linux/makefiles/gcc.make >--- ../jdk13.orig/work/hotspot1.3.1/build/linux/makefiles/gcc.make Wed Sep 8 16:07:20 2004 >+++ ./work/hotspot1.3.1/build/linux/makefiles/gcc.make Wed Sep 8 16:13:05 2004 >@@ -37,7 +37,7 @@ > > ##### > #harmless >-OPT_CFLAGS += -fmemoize-lookups >+#OPT_CFLAGS += -fmemoize-lookups > #unneeded > #OPT_CFLAGS += -fpeephole > #bad >diff -aruN ../jdk13.orig/work/hotspot1.3.1/build/linux/makefiles/gcc31.make ./work/hotspot1.3.1/build/linux/makefiles/gcc31.make >--- ../jdk13.orig/work/hotspot1.3.1/build/linux/makefiles/gcc31.make Wed Sep 8 16:07:27 2004 >+++ ./work/hotspot1.3.1/build/linux/makefiles/gcc31.make Wed Sep 8 16:13:42 2004 >@@ -109,7 +109,7 @@ > > ##### > #harmless >-OPT_CFLAGS += -fmemoize-lookups >+#OPT_CFLAGS += -fmemoize-lookups > #unneeded > #OPT_CFLAGS += -fpeephole > #bad >diff -aruN ../jdk13.orig/work/hotspot1.3.1/build/linux/makefiles/gcc32.make ./work/hotspot1.3.1/build/linux/makefiles/gcc32.make >--- ../jdk13.orig/work/hotspot1.3.1/build/linux/makefiles/gcc32.make Wed Sep 8 16:07:35 2004 >+++ ./work/hotspot1.3.1/build/linux/makefiles/gcc32.make Wed Sep 8 16:13:55 2004 >@@ -109,7 +109,7 @@ > > ##### > #harmless >-OPT_CFLAGS += -fmemoize-lookups >+#OPT_CFLAGS += -fmemoize-lookups > #unneeded > #OPT_CFLAGS += -fpeephole > #bad >diff -aruN ../jdk13.orig/work/hotspot1.3.1/src/share/vm/memory/scavenge.hpp ./work/hotspot1.3.1/src/share/vm/memory/scavenge.hpp >--- ../jdk13.orig/work/hotspot1.3.1/src/share/vm/memory/scavenge.hpp Wed Sep 8 15:06:18 2004 >+++ ./work/hotspot1.3.1/src/share/vm/memory/scavenge.hpp Wed Sep 8 15:07:36 2004 >@@ -121,8 +121,10 @@ > > static void compute_scavenge_functions(); > >+ public: > // Scavenge entry point called from VM operation > static void invoke_at_safepoint(int size_to_be_allocated, bool deferred, bool& notify_ref_lock); >+ private: > > // Cheney scan > static void evacuate_followers(); >diff -aruN ../jdk13.orig/work/hotspot1.3.1/src/share/vm/runtime/mutex.hpp ./work/hotspot1.3.1/src/share/vm/runtime/mutex.hpp >--- ../jdk13.orig/work/hotspot1.3.1/src/share/vm/runtime/mutex.hpp Wed Sep 8 14:12:51 2004 >+++ ./work/hotspot1.3.1/src/share/vm/runtime/mutex.hpp Wed Sep 8 14:13:55 2004 >@@ -55,7 +55,9 @@ > debug_only(Thread* _last_owner;) // the last thread to own the lock > #endif > >+ public: > void set_owner_implementation(Thread* owner) PRODUCT_RETURN; >+ protected: > void trace (const char* operation) PRODUCT_RETURN; > void check_prelock_state (Thread* thread) PRODUCT_RETURN; > void check_block_state (Thread* thread) PRODUCT_RETURN;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 71516
: 46611