--- old/src/java.desktop/share/classes/sun/java2d/marlin/OffHeapArray.java 2017-05-09 10:56:12.195279750 +0200 +++ new/src/java.desktop/share/classes/sun/java2d/marlin/OffHeapArray.java 2017-05-09 10:56:12.087279745 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 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 @@ -89,6 +89,7 @@ + this.length + " at addr = " + this.address); } + this.address = 0L; } void fill(final byte val) {