jdk/test/sun/nio/cs/FindEncoderBugs.java
changeset 36004 91d5f006921d
parent 30679 a28f774095fc
child 45288 58be10a068c2
equal deleted inserted replaced
36003:6519aa869709 36004:91d5f006921d
     1 /*
     1 /*
     2  * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    27  * @summary Encode many char sequences in many ways
    27  * @summary Encode many char sequences in many ways
    28  * @library /lib/testlibrary/
    28  * @library /lib/testlibrary/
    29  * @build jdk.testlibrary.*
    29  * @build jdk.testlibrary.*
    30  * @run main/timeout=1200 FindEncoderBugs
    30  * @run main/timeout=1200 FindEncoderBugs
    31  * @author Martin Buchholz
    31  * @author Martin Buchholz
    32  * @key randomness intermittent
    32  * @key randomness
    33  */
    33  */
    34 
    34 
    35 import java.util.*;
    35 import java.util.*;
    36 import java.util.regex.*;
    36 import java.util.regex.*;
    37 import java.nio.*;
    37 import java.nio.*;