[ https://issues.apache.org/jira/browse/HARMONY-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Popov updated HARMONY-3560:
--------------------------------
Attachment: jpda_enable_win64.patch
Attached patch "jpda_enable_win64.patch" updates JDWP agent code to use different names of
exported functions depending on macros _WIN64.
I tested this patch on both Windows/x86 and Windows/x86_64 platforms and JDWP successfully
started and mostly passed. But DRLVM works not stable on Windows/x86_64 platform and some
tests may fail.
> [jdktools][jpda] support 64-bit Windows platform
> ------------------------------------------------
>
> Key: HARMONY-3560
> URL: https://issues.apache.org/jira/browse/HARMONY-3560
> Project: Harmony
> Issue Type: Bug
> Components: JDK
> Environment: Windows/x86_64, Harmony-jdk-r525047
> Reporter: Ivan Popov
> Attachments: jpda_enable_win64.patch
>
>
> Current implementation of JDWP agent does not work on 64-bit Windows platform.
> The only place for platform dependent code is loading transport library and accessing
exported functions.
> The problem is that exported functions are mangled differently on 32-bit and 64-bit Windows
platforms.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|