RFR(S): 8144923 - Remove Windows IA64 code

Ioi Lam ioi.lam at oracle.com
Tue Dec 8 15:33:16 UTC 2015


Hi Christian,

Do you want to remove the related makefile contents as well?

./agent/src/os/win32/windbg/Makefile:WINDBG_LIB_IA64=$(WINDBG_HOME)/sdk/lib/ia64
./agent/src/os/win32/windbg/Makefile:LIBS_IA64= 
$(WINDBG_LIB_IA64)/dbgeng.lib  \
./agent/src/os/win32/windbg/Makefile:     /nologo /subsystem:console 
/debug /machine:IA64
./agent/src/os/win32/windbg/Makefile:    @ $(JAVAH) -jni -classpath 
../../../../build/classes 
sun.jvm.hotspot.debugger.windbg.WindbgDebuggerLocal 
sun.jvm.hotspot.debugger.ia64.IA64ThreadContext
./agent/src/os/win32/windbg/Makefile:    $(LINK64) /out:$@ /DLL 
ia64/sawindbg.obj ia64/sadis.obj $(LIBS_IA64)
./make/windows/makefiles/compile.make:MACHINE=IA64
./make/windows/makefiles/compile.make:CXX_FLAGS=$(CXX_FLAGS) /D 
"CC_INTERP" /D "_LP64" /D "IA64"
./make/windows/makefiles/vm.make:# AsyncGetCallTrace is not supported on 
IA64 yet

Thanks
- Ioi


On 12/8/15 6:43 AM, Christian Tornqvist wrote:
> Hi everyone,
>
>   
>
> Please review this small change that removes code for Windows on IA64.
>
>   
>
> Webrev:
>
> http://cr.openjdk.java.net/~ctornqvi/webrev/8144923/webrev.00/
>
>   
>
> Bug:
>
> https://bugs.openjdk.java.net/browse/JDK-8144923
>
>   
>
> Thanks,
>
> Christian
>



More information about the hotspot-runtime-dev mailing list