Infinite loop in java.util.HashMap

后端 未结 3 1588
名媛妹妹
名媛妹妹 2020-12-06 18:04

I have some Vaadin code blocking very often here, and I have no idea what the problem can be:

Thread 7892: (state = IN_JAVA)
 - java.util.HashMap.getEntry(ja         


        
3条回答
  •  北荒
    北荒 (楼主)
    2020-12-06 18:19

    Is your background thread synchronized on the application instance when modifying the component? If not, then that is your problem.

提交回复
热议问题