jdk/test/sun/java2d/loops/CopyAreaSpeed.html
author azvegint
Wed, 30 Sep 2015 13:31:01 +0300
changeset 33244 fe43269f8575
permissions -rw-r--r--
8076540: [macosx] NPE due to incorrect threading Reviewed-by: alexsch, azvegint
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33244
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
     2
<!--
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
     3
  Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
     4
  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
     5
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
     6
  This code is free software; you can redistribute it and/or modify it
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
     7
  under the terms of the GNU General Public License version 2 only, as
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
     8
  published by the Free Software Foundation.
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
     9
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    10
  This code is distributed in the hope that it will be useful, but WITHOUT
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    11
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    12
  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    13
  version 2 for more details (a copy is included in the LICENSE file that
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    14
  accompanied this code).
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    15
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    16
  You should have received a copy of the GNU General Public License version
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    17
  2 along with this work; if not, write to the Free Software Foundation,
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    18
  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    19
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    20
  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    21
  or visit www.oracle.com if you need additional information or have any
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    22
  questions.
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    23
-->
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    24
<html>
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    25
  <head>
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    26
    <title>CopyAreaSpeed</title>
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    27
  </head>
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    28
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    29
  <body>
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    30
      <h1>CopyAreaSpeed</h1>
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    31
      <hr>
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    32
      <address><a href="mailto:thanh@eng.sun.com">Thanh Nguyen</a></address>
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    33
<!-- Created: Mon Jan 11 16:13:29 PST 1999 -->
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    34
<!-- hhmts start -->
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    35
Last modified: Tue Jan 19 16:18:37 PST 1999
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    36
<!-- hhmts end -->
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    37
      <APPLET CODE="CopyAreaSpeed.class" WIDTH=200 HEIGHT=300></APPLET>
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    38
  </body>
fe43269f8575 8076540: [macosx] NPE due to incorrect threading
azvegint
parents:
diff changeset
    39
</html>