-
Bug
-
Resolution: Fixed
-
P4
-
8-pool, 9
-
b69
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8098632 | emb-9 | Yasumasa Suenaga | P4 | Resolved | Fixed | team |
JDK-8087252 | 8u65 | Yasumasa Suenaga | P4 | Resolved | Fixed | b01 |
JDK-8081781 | 8u60 | Yasumasa Suenaga | P4 | Resolved | Fixed | b19 |
JDK-8137585 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8129652 | emb-8u60 | Yasumasa Suenaga | P4 | Resolved | Fixed | b19 |
JDK-8154358 | openjdk7u | Yasumasa Suenaga | P4 | Resolved | Fixed | master |
I tried to build jdk9/hs-rt on Fedora 22 with GCC 5.1.1 .
However, libjvm.so did not have .note.stapsdt section.
When I ran make command with LOG=info, I found a message as below:
---------------
**NOTICE** Dtrace support disabled: gcc version is too old
---------------
hotspot/make/linux/makefiles/dtrace.make checks C compiler version.
However, its condition cannot check 5.x or later.
So I fix the condition, and it works fine on my environment.
This issue is occurred on 8u-dev. So I also want to fix it for 8u-dev.
However, libjvm.so did not have .note.stapsdt section.
When I ran make command with LOG=info, I found a message as below:
---------------
**NOTICE** Dtrace support disabled: gcc version is too old
---------------
hotspot/make/linux/makefiles/dtrace.make checks C compiler version.
However, its condition cannot check 5.x or later.
So I fix the condition, and it works fine on my environment.
This issue is occurred on 8u-dev. So I also want to fix it for 8u-dev.
- backported by
-
JDK-8081781 SystemTap does not work when JDK is compiled with GCC 5
- Resolved
-
JDK-8087252 SystemTap does not work when JDK is compiled with GCC 5
- Resolved
-
JDK-8098632 SystemTap does not work when JDK is compiled with GCC 5
- Resolved
-
JDK-8129652 SystemTap does not work when JDK is compiled with GCC 5
- Resolved
-
JDK-8137585 SystemTap does not work when JDK is compiled with GCC 5
- Resolved
-
JDK-8154358 SystemTap does not work when JDK is compiled with GCC 5
- Resolved
(1 backported by)