-
Bug
-
Resolution: Fixed
-
P2
-
14
-
b07
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8268431 | 11.0.13-oracle | Fairoz Matte | P2 | Closed | Fixed | b01 |
JDK-8271144 | 11.0.13 | Martin Doerr | P2 | Resolved | Fixed | b01 |
JDK-8275694 | openjdk8u332 | Yi Yang | P2 | Resolved | Fixed | b01 |
JDK-8317234 | 8u401 | Fairoz Matte | P2 | Closed | Fixed | b01 |
JDK-8281134 | na | Yasumasa Suenaga | P2 | Closed | Duplicate |
$ make hotspot CONF=linux-x86_64-minimal-release
Building target 'hotspot' in configuration 'linux-x86_64-minimal-release'
/home/aoqi/jdk/src/hotspot/share/runtime/os.cpp: In function 'void signal_thread_entry(JavaThread*, Thread*)':
/home/aoqi/jdk/src/hotspot/share/runtime/os.cpp:367:43: error: 'transit_state' is not a member of 'AttachListener'
AttachListenerState cur_state = AttachListener::transit_state(AL_INITIALIZING, AL_NOT_INITIALIZED);
^
/home/aoqi/jdk/src/hotspot/share/runtime/os.cpp:376:15: error: 'set_state' is not a member of 'AttachListener'
AttachListener::set_state(AL_NOT_INITIALIZED);
^
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-misleading-indentation" [enabled by default]
cc1plus: warning: unrecognized command line option "-Wno-implicit-fallthrough" [enabled by default]
cc1plus: warning: unrecognized command line option "-Wno-int-in-bool-context" [enabled by default]
gmake[3]: *** [/home/aoqi/jdk/build/linux-x86_64-minimal-release/hotspot/variant-minimal/libjvm/objs/os.o] Error 1
gmake[2]: *** [hotspot-minimal-libs] Error 1
ERROR: Build failed for target 'hotspot' in configuration 'linux-x86_64-minimal-release' (exit code 2)
=== Output from failing command(s) repeated here ===
* For target hotspot_variant-minimal_libjvm_objs_os.o:
/home/aoqi/jdk/src/hotspot/share/runtime/os.cpp: In function 'void signal_thread_entry(JavaThread*, Thread*)':
/home/aoqi/jdk/src/hotspot/share/runtime/os.cpp:367:43: error: 'transit_state' is not a member of 'AttachListener'
AttachListenerState cur_state = AttachListener::transit_state(AL_INITIALIZING, AL_NOT_INITIALIZED);
^
/home/aoqi/jdk/src/hotspot/share/runtime/os.cpp:376:15: error: 'set_state' is not a member of 'AttachListener'
AttachListener::set_state(AL_NOT_INITIALIZED);
^
At global scope:
cc1plus: warning: unrecognized command line option "-Wno-misleading-indentation" [enabled by default]
cc1plus: warning: unrecognized command line option "-Wno-implicit-fallthrough" [enabled by default]
cc1plus: warning: unrecognized command line option "-Wno-int-in-bool-context" [enabled by default]
* All command lines available in /home/aoqi/jdk/build/linux-x86_64-minimal-release/make-support/failure-logs.
=== End of repeated output ===
No indication of failed target found.
Hint: Try searching the build log for '] Error'.
Hint: See doc/building.html#troubleshooting for assistance.
make[1]: *** [main] Error 1
make: *** [hotspot] Error 2
- backported by
-
JDK-8271144 Minimal VM: set_state is not a member of AttachListener
-
- Resolved
-
-
JDK-8275694 Minimal VM: set_state is not a member of AttachListener
-
- Resolved
-
-
JDK-8268431 Minimal VM: set_state is not a member of AttachListener
-
- Closed
-
-
JDK-8281134 Minimal VM: set_state is not a member of AttachListener
-
- Closed
-
-
JDK-8317234 Minimal VM: set_state is not a member of AttachListener
-
- Closed
-
- duplicates
-
JDK-8267942 jdk build failed for "--with-jvm-variants=minimal"
-
- Closed
-
- relates to
-
JDK-8225690 Multiple AttachListener threads can be created
-
- Resolved
-