--- old/test/java/awt/event/KeyEvent/DeadKey/deadKeyMacOSX.java 2020-07-05 23:44:17.427200368 +0100 +++ new/test/java/awt/event/KeyEvent/DeadKey/deadKeyMacOSX.java 2020-07-05 23:44:17.285199445 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -21,8 +21,9 @@ * questions. */ -/* +/** * @test + * @key headful * @bug 7196547 * @summary Dead Key implementation for KeyEvent on Mac OS X * @author alexandr.scherbatiy area=awt.event