-
Bug
-
Resolution: Fixed
-
P2
-
8u20, 9
-
b01
-
aix
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8051397 | 9 | Volker Simonis | P2 | Closed | Fixed | b26 |
JDK-8056671 | emb-9 | Unassigned | P2 | Resolved | Fixed | b26 |
JDK-8063499 | 8u45 | Volker Simonis | P2 | Resolved | Fixed | b01 |
JDK-8054128 | 8u31 | Volker Simonis | P2 | Resolved | Fixed | b01 |
JDK-8052371 | 8u25 | Volker Simonis | P2 | Resolved | Fixed | b10 |
JDK-8051615 | 8u20 | Volker Simonis | P2 | Closed | Fixed | b24 |
JDK-8070784 | emb-8u47 | Volker Simonis | P2 | Resolved | Fixed | team |
JDK-8053293 | emb-8u26 | Volker Simonis | P2 | Resolved | Fixed | b17 |
HotSpot build on AIX for those code lines.
The fix is trivial - just remove the unused function os::set_error_file() in os_aix.cpp (as this has been done on the other platforms by 8030763):
diff -r f09d1f6a401e src/os/aix/vm/os_aix.cpp
--- a/src/os/aix/vm/os_aix.cpp Mon Jul 14 10:16:34 2014 -0700
+++ b/src/os/aix/vm/os_aix.cpp Fri Jul 18 17:22:32 2014 +0200
@@ -1215,10 +1215,6 @@
::abort();
}
-// Unused on Aix for now.
-void os::set_error_file(const char *logfile) {}
-
-
// This method is a copy of JDK's sysGetLastErrorString
// from src/solaris/hpi/src/system_md.c
- backported by
-
JDK-8052371 AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
- Resolved
-
JDK-8053293 AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
- Resolved
-
JDK-8054128 AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
- Resolved
-
JDK-8056671 AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
- Resolved
-
JDK-8063499 AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
- Resolved
-
JDK-8070784 AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
- Resolved
-
JDK-8051397 AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
- Closed
-
JDK-8051615 AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
- Closed