Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8007277

TEST_BUG: JDK-8002048 testcase fails to compile

XMLWordPrintable

    • b78
    • Not verified

        The recent testcase putback for JDK-8002048 fails to compile.

        TEST: sun/management/jdp/JdpTest.sh
        JDK under test: (/opt/jprt/T/P1/102752.ewendeli/testproduct/linux_x64_2.6-product)
        java version "1.7.0-internal"
        Java(TM) SE Runtime Environment (build 1.7.0-internal-201301311027.ewendeli.jdk7u-dev-b00)
        Java HotSpot(TM) 64-Bit Server VM (build 24.0-b30, mixed mode)


        ACTION: build -- Failed. Compilation failed: Compilation failed
        REASON: User specified action: run build JdpUnitTest JdpClient JdpDoSomething
        TIME: 0.952 seconds
        messages:
        command: build JdpUnitTest JdpClient JdpDoSomething
        reason: User specified action: run build JdpUnitTest JdpClient JdpDoSomething
        elapsed time (seconds): 0.952

        ACTION: compile -- Failed. Compilation failed: Compilation failed
        REASON: .class file out of date or does not exist
        TIME: 0.952 seconds
        messages:
        command: compile /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpClient.java /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpDoSomething.java
        reason: .class file out of date or does not exist
        elapsed time (seconds): 0.952
        STDOUT:
        STDERR:
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:28: error: package sun.management.jdp does not exist
        import sun.management.jdp.JdpController;
                                 ^
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:29: error: package sun.management.jdp does not exist
        import sun.management.jdp.JdpPacket;
                                 ^
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:30: error: package sun.management.jdp does not exist
        import sun.management.jdp.JdpJmxPacket;
                                 ^
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:31: error: package sun.management.jdp does not exist
        import sun.management.jdp.JdpException;
                                 ^
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:39: error: cannot find symbol
                throws IOException, JdpException {
                                    ^
          symbol: class JdpException
          location: class JdpUnitTest
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:70: error: cannot find symbol
                    throws IOException, JdpException {
                                        ^
          symbol: class JdpException
          location: class JdpUnitTest
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpClient.java:38: error: package sun.management.jdp does not exist
        import sun.management.jdp.JdpException;
                                 ^
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpClient.java:39: error: package sun.management.jdp does not exist
        import sun.management.jdp.JdpJmxPacket;
                                 ^
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpDoSomething.java:29: error: package sun.management.jdp does not exist
        import sun.management.jdp.JdpJmxPacket;
                                 ^
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpDoSomething.java:30: error: package sun.management.jdp does not exist
        import sun.management.jdp.JdpException;
                                 ^
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpDoSomething.java:41: error: cannot find symbol
            public static void printJdpPacket(JdpJmxPacket p) {
                                              ^
          symbol: class JdpJmxPacket
          location: class JdpDoSomething
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpDoSomething.java:60: error: cannot find symbol
            public static void compaireJdpPacketEx(JdpJmxPacket p1, JdpJmxPacket p2)
                                                   ^
          symbol: class JdpJmxPacket
          location: class JdpDoSomething
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpDoSomething.java:60: error: cannot find symbol
            public static void compaireJdpPacketEx(JdpJmxPacket p1, JdpJmxPacket p2)
                                                                    ^
          symbol: class JdpJmxPacket
          location: class JdpDoSomething
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpDoSomething.java:61: error: cannot find symbol
            throws JdpException {
                   ^
          symbol: class JdpException
          location: class JdpDoSomething
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:43: error: cannot find symbol
                    JdpJmxPacket p1 = new JdpJmxPacket(UUID.randomUUID(), "fake://unit-test");
                    ^
          symbol: class JdpJmxPacket
          location: class JdpUnitTest
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:43: error: cannot find symbol
                    JdpJmxPacket p1 = new JdpJmxPacket(UUID.randomUUID(), "fake://unit-test");
                                          ^
          symbol: class JdpJmxPacket
          location: class JdpUnitTest
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:48: error: cannot find symbol
                    JdpJmxPacket p2 = new JdpJmxPacket(b);
                    ^
          symbol: class JdpJmxPacket
          location: class JdpUnitTest
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:48: error: cannot find symbol
                    JdpJmxPacket p2 = new JdpJmxPacket(b);
                                          ^
          symbol: class JdpJmxPacket
          location: class JdpUnitTest
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:55: error: cannot find symbol
                    JdpJmxPacket p1 = new JdpJmxPacket(UUID.randomUUID(), "fake://unit-test");
                    ^
          symbol: class JdpJmxPacket
          location: class JdpUnitTest
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:55: error: cannot find symbol
                    JdpJmxPacket p1 = new JdpJmxPacket(UUID.randomUUID(), "fake://unit-test");
                                          ^
          symbol: class JdpJmxPacket
          location: class JdpUnitTest
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:60: error: cannot find symbol
                    JdpJmxPacket p2 = new JdpJmxPacket(b);
                    ^
          symbol: class JdpJmxPacket
          location: class JdpUnitTest
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:60: error: cannot find symbol
                    JdpJmxPacket p2 = new JdpJmxPacket(b);
                                          ^
          symbol: class JdpJmxPacket
          location: class JdpUnitTest
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpUnitTest.java:76: error: cannot find symbol
                JdpController.startDiscoveryService(address, port, "FakeDiscovery", "fake://unit-test");
                ^
          symbol: variable JdpController
          location: class JdpUnitTest
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpClient.java:92: error: cannot find symbol
                                    JdpJmxPacket packet = new JdpJmxPacket(dgramData);
                                    ^
          symbol: class JdpJmxPacket
          location: class PacketListener
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpClient.java:92: error: cannot find symbol
                                    JdpJmxPacket packet = new JdpJmxPacket(dgramData);
                                                              ^
          symbol: class JdpJmxPacket
          location: class PacketListener
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpClient.java:97: error: cannot find symbol
                                } catch (JdpException e) {
                                         ^
          symbol: class JdpException
          location: class PacketListener
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpDoSomething.java:64: error: cannot find symbol
                    throw new JdpException("Packet mismatch error");
                              ^
          symbol: class JdpException
          location: class JdpDoSomething
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpDoSomething.java:68: error: cannot find symbol
                    throw new JdpException("Packet mismatch error (main class)");
                              ^
          symbol: class JdpException
          location: class JdpDoSomething
        /opt/jprt/T/P1/102752.ewendeli/s/jdk/test/sun/management/jdp/JdpDoSomething.java:72: error: cannot find symbol
                    throw new JdpException("Packet mismatch error (instance name)");
                              ^
          symbol: class JdpException
          location: class JdpDoSomething
        29 errors

        TEST RESULT: Failed. Compilation failed: Compilation failed

              dsamersoff Dmitriy Samersoff
              coffeys Sean Coffey
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: