Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177421 | 7 | Vladimir Kozlov | P3 | Closed | Fixed | b57 |
JDK-2180601 | 6u18 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
JDK-2188417 | 6u14p | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
Current Hotspot sources use v8plus instructions so it can't be compiled with -xarch=v8
223: .volatile
224: membar #StoreLoad
225: .nonvolatile
cg error (as) : "hotspot/src/os_cpu/solaris_sparc/vm/solaris_sparc.il (template for _OrderAccess_fence)", line 224 : cannot use SPARC v9 instructions with this target architecture
gnumake[5]: *** [abstractCompiler.o] Error 1
223: .volatile
224: membar #StoreLoad
225: .nonvolatile
cg error (as) : "hotspot/src/os_cpu/solaris_sparc/vm/solaris_sparc.il (template for _OrderAccess_fence)", line 224 : cannot use SPARC v9 instructions with this target architecture
gnumake[5]: *** [abstractCompiler.o] Error 1
- backported by
-
JDK-2180601 Use v8plus as minimum required hardware for current Hotspot sources
-
- Resolved
-
-
JDK-2188417 Use v8plus as minimum required hardware for current Hotspot sources
-
- Resolved
-
-
JDK-2177421 Use v8plus as minimum required hardware for current Hotspot sources
-
- Closed
-