--- old/src/jdk.rmic/share/classes/sun/tools/java/BinaryCode.java 2019-08-15 14:44:18.000000000 +0200 +++ new/src/jdk.rmic/share/classes/sun/tools/java/BinaryCode.java 2019-08-15 14:44:18.000000000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2003, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 2019, 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 @@ -88,11 +88,11 @@ * Accessors */ - public BinaryExceptionHandler getExceptionHandlers()[] { + public BinaryExceptionHandler[] getExceptionHandlers() { return exceptionHandlers; } - public byte getCode()[] { return code; } + public byte[] getCode() { return code; } public int getMaxStack() { return maxStack; }