--- old/src/java.desktop/share/classes/sun/java2d/marlin/stats/Histogram.java 2018-02-15 13:11:18.824553487 +0100 +++ new/src/java.desktop/share/classes/sun/java2d/marlin/stats/Histogram.java 2018-02-15 13:11:18.672549325 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2018, 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 @@ -42,7 +42,6 @@ for (int i = 2; i < MAX; i++) { STEPS[i] = STEPS[i - 1] * BUCKET; } -// System.out.println("Histogram.STEPS = " + Arrays.toString(STEPS)); } static int bucket(int val) {