You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Li-Gang Wang (JIRA)" <ji...@apache.org> on 2007/07/30 05:35:53 UTC

[jira] Updated: (HARMONY-4560) [drlvm] incomplete support of vm.assert_dialog setting

     [ https://issues.apache.org/jira/browse/HARMONY-4560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Li-Gang Wang updated HARMONY-4560:
----------------------------------

    Attachment: 01_gc_gen_for_HARMONY-4560.patch

01_gc_gen_for_HARMONY-4560.patch provides gc_gen support for vm.assert_dialog. Please check if it is appropriate.

> [drlvm] incomplete support of vm.assert_dialog setting
> ------------------------------------------------------
>
>                 Key: HARMONY-4560
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4560
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows
>            Reporter: Alexey Varlamov
>         Attachments: 01_gc_gen_for_HARMONY-4560.patch
>
>
> Some of DRLVM modules do not handle "vm.assert_dialog" setting properly. AFAIK assert popup windows are controlled per module, so every vm dll should check this property during initialization and re-direct debug output to console. 
> See disable_assert_dialogs() in working_vm\vm\vmcore\src\util\win\include\platform_lowlevel.h:42
> In particular, the following modules lack this:
> em
> gc_cc
> gc_gen
> thread
> Also, I suggest we change default value of "vm.assert_dialog" to "false" for release builds, to augment fault-tolerance for end users (e.g. for server applications).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.