In src/hotspot/share/prims/methodHandles.cpp one can find the following code:
#undef CS // Solaris builds complain
I chose not to remove it as part of the Solaris/SPARC removal (JDK-8241787) the the fear of breaking some other platform and making the already-challenging work even harder.
I have now verified that removing the line at least works for all the Oracle builds.
#undef CS // Solaris builds complain
I chose not to remove it as part of the Solaris/SPARC removal (
I have now verified that removing the line at least works for all the Oracle builds.
- relates to
- 
                    JDK-8244224 Implementation of JEP 381: Remove the Solaris and SPARC Ports -           
- Resolved
 
-         
- 
                    JDK-8241787 JEP 381: Remove the Solaris and SPARC Ports -           
- Closed
 
-