Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8054054

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

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

                Created:
                Updated:
                Resolved: