--- old/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp 2016-03-31 14:50:28.664099000 +0530 +++ new/src/java.desktop/windows/native/libawt/windows/awt_Button.cpp 2016-03-31 14:50:28.428099000 +0530 @@ -187,7 +187,7 @@ AwtButton::NotifyListeners() { DoCallback("handleAction", "(JI)V", ::JVM_CurrentTimeMillis(NULL, 0), - (jint)AwtComponent::GetJavaModifiers()); + (jint)AwtComponent::GetActionModifiers()); } MsgRouting