8040121 is broken

XMLWordPrintable

    • b28

        The C++ compiler doesn't seem to compile this code pattern correctly:
        jlong_accessor acc = { d };

        and it should be:
        jlong_accessor acc;
        acc.long_value = d;

        instead

              Assignee:
              Roland Westrelin
              Reporter:
              Roland Westrelin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: