JDK-8217419 : Shenandoah fails to build after JDK-8212826 (Make PtrQueue free list lock-free)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 13
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-01-20
  • Updated: 2019-08-07
  • Resolved: 2019-01-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 13
13 b05Fixed
Related Reports
Relates :  
Description
Default configure and build on Linux x86_64:

* For target hotspot_variant-server_libjvm_objs_shenandoahSATBMarkQueueSet.o:
/home/shade/trunks/jdk-jdk/src/hotspot/share/gc/shenandoah/shenandoahSATBMarkQueueSet.cpp: In constructor 'ShenandoahSATBMarkQueueSet::ShenandoahSATBMarkQueueSet()':
/home/shade/trunks/jdk-jdk/src/hotspot/share/gc/shenandoah/shenandoahSATBMarkQueueSet.cpp:32:63: error: 'SATB_Q_FL_lock' was not declared in this scope
   _satb_mark_queue_buffer_allocator(ShenandoahSATBBufferSize, SATB_Q_FL_lock)
                                                               ^~~~~~~~~~~~~~
/home/shade/trunks/jdk-jdk/src/hotspot/share/gc/shenandoah/shenandoahSATBMarkQueueSet.cpp:32:63: note: suggested alternative: 'SATB_Q_CBL_mon'
   _satb_mark_queue_buffer_allocator(ShenandoahSATBBufferSize, SATB_Q_FL_lock)
                                                               ^~~~~~~~~~~~~~
                                                               SATB_Q_CBL_mon

Also seen here: https://ci.linaro.org/job/jdkX-ci-build/572/