< prev index next >

modules/javafx.graphics/src/main/java/com/sun/marlin/DRendererNoAA.java

Print this page
rev 10819 : 8195801: Replace jdk.internal.misc.Unsafe with sun.misc.Unsafe in MarlinFX
Reviewed-by:

*** 1,7 **** /* ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2007, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 24,34 **** */ package com.sun.marlin; import static com.sun.marlin.OffHeapArray.SIZE_INT; ! import jdk.internal.misc.Unsafe; public final class DRendererNoAA implements DMarlinRenderer, MarlinConst { static final boolean DISABLE_RENDER = false; --- 24,34 ---- */ package com.sun.marlin; import static com.sun.marlin.OffHeapArray.SIZE_INT; ! import sun.misc.Unsafe; public final class DRendererNoAA implements DMarlinRenderer, MarlinConst { static final boolean DISABLE_RENDER = false;
< prev index next >