[ 
https://issues.apache.org/jira/browse/CASSANDRA-17869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17709081#comment-17709081
 ] 

Ekaterina Dimitrova edited comment on CASSANDRA-17869 at 4/5/23 7:31 PM:
-------------------------------------------------------------------------

{quote}Oh, I see that looks to be caused by
{code:java}
public static final long IPV6_SOCKET_ADDRESS_SIZE = ObjectSizes.measureDeep(new 
InetSocketAddress(getIpvAddress(16), 42));{code}
{quote}
Yes, that is the problem. measureDeep is crawling the JDK internals and hits 
something. That kind of issues are that [~b.le...@gmail.com] is working around 
during his jamm maintenance. When we get the new version of jamm things will be 
ok. Until then I can do probably just add-opens. If it doesn't start eagerly to 
ask me for more and more and it is a matter of adding just 1-2 in order to get 
through it I will go for that. If not we can go with your suggestion until the 
new jamm release is in and it fixes this type of issues.

I will open another ticket now to fix it. Thanks for looking into that!


was (Author: e.dimitrova):
{quote}Oh, I see that looks to be caused by
{code:java}
public static final long IPV6_SOCKET_ADDRESS_SIZE = ObjectSizes.measureDeep(new 
InetSocketAddress(getIpvAddress(16), 42));{code}
{quote}
Yes, that is the problem. measureDeep is crawling the JDK internals and hits 
something. That kind of issues are that [~b.le...@gmail.com] is working around 
during his jamm maintenance. When we get the new version things will be ok. 
Until then I can do probably just add-opens. If it doesn't start eagerly to ask 
me for more and more and it is a matter of adding just 1-2 in order to get 
through it I will go for that. If not we can go with your suggestion until the 
new jamm release is in and it fixes this type of issues.

I will open another ticket now to fix it. Thanks for looking into that!

> Add JDK17 option to cassandra-builds (build-scripts and jenkins dsl) and on 
> jenkins agents
> ------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-17869
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17869
>             Project: Cassandra
>          Issue Type: Task
>          Components: Build
>            Reporter: Michael Semb Wever
>            Assignee: Michael Semb Wever
>            Priority: Normal
>             Fix For: 5.x
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Add JDK17 option to cassandra-builds build-scripts, they only currently 
> support options {{8}} and {{11}}.
> Add JDK17 to the matrix axes in the jenkins dsl.
> Ensure JDK17 is installed on all the jenkins agents.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to