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

Typo in 6531175 changes in generate_generic_copy() stub

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • hs10
    • 7
    • hotspot
    • None
    • b13
    • 7
    • b13
    • x86
    • solaris_9

        In generate_generic_copy() stub I incorrectly replaced dec()
        instruction with neg().

        For example, in stubGenerator_i486.cpp:

             __ xorl(eax, eax);
        - __ decl(eax); // return -1
        + __ negl(eax); // return -1

        It should be notl() or decrement().

              kvn Vladimir Kozlov
              kvn Vladimir Kozlov
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: