Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2215507 | 8 | John Coomes | P3 | Resolved | Fixed | b08 |
JDK-2214932 | 7u2 | John Coomes | P3 | Closed | Fixed | b08 |
The quicksort tests in src/share/vm/utilities/quickSort.cpp do not compile on some versions of solaris 8.
"/BUILD_AREA/jdk6_29/hotspot/src/share/vm/utilities/quickSort.cpp", line 198: Warning (Anachronism): Formal argument 4 of type extern "C" int(*)(const void*,const void*) in call to std::qsort(void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
1 Warning(s) detected.
gnumake[7]: *** [quickSort.o] Error 1
"/BUILD_AREA/jdk6_29/hotspot/src/share/vm/utilities/quickSort.cpp", line 198: Warning (Anachronism): Formal argument 4 of type extern "C" int(*)(const void*,const void*) in call to std::qsort(void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
1 Warning(s) detected.
gnumake[7]: *** [quickSort.o] Error 1
- backported by
-
JDK-2215507 disable quicksort tests
- Resolved
-
JDK-2214932 disable quicksort tests
- Closed
- relates to
-
JDK-7091366 re-enable quicksort tests
- Closed