[Bug 2610] Classes of testlibrary in openjdk/hotspot/test/testlibrary not being compiled

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Sep 7 16:55:29 UTC 2015


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2610

--- Comment #2 from chghs at web.de ---
The error is shown in the first attachment of this thread (the .jtr-file) as an
example. The beginning of `make check' was only added to show what this target
is actually doing. It compiles classes for jtreg but it doesn't compile
testlibrary classes (as I would expect here).

With a short script I extract all the failing tests of check-hotspot which are
failing because of missing packages:

./JTwork/gc/arguments/TestDynMinHeapFreeRatio.jtr
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
./JTwork/gc/arguments/TestDynMaxHeapFreeRatio.jtr
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
./JTwork/gc/TestVerifySilently.jtr
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
./JTwork/gc/heap_inspection/TestPrintClassHistogram.jtr
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
./JTwork/gc/init/TestHandleExceedingProcessSizeLimitIn32BitBuilds.jtr
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
./JTwork/gc/TestVerifyDuringStartup.jtr
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
./JTwork/gc/g1/TestHumongousCodeCacheRoots.jtr
    package com.oracle.java.testlibrary does not exist
    package sun.hotspot does not exist
./JTwork/gc/g1/TestSummarizeRSetStatsThreads.jtr
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
./JTwork/gc/g1/TestSummarizeRSetStatsPerRegion.jtr
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
./JTwork/gc/g1/TestPrintGCDetails.jtr
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
./JTwork/gc/g1/TestSummarizeRSetStats.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/gc/g1/TestPrintRegionRememberedSetInfo.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/sanity/WBApi.jtr
    package sun.hotspot does not exist
./JTwork/compiler/cpuflags/RestoreMXCSR.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/compiler/8010927/Test8010927.jtr
    package sun.hotspot does not exist
./JTwork/runtime/NMT/CommandLineDetail.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/NMT/ReleaseCommittedMemory.jtr
    package sun.hotspot does not exist
./JTwork/runtime/NMT/BaselineWithParameter.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/NMT/JcmdScale.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/NMT/JcmdDiffCallsite.jtr
    package com.oracle.java.testlibrary does not exist
    package sun.hotspot does not exist
./JTwork/runtime/NMT/SummarySanityCheck.jtr
    package com.oracle.java.testlibrary does not exist
    package sun.hotspot does not exist
./JTwork/runtime/NMT/ShutdownTwice.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/NMT/PrintNMTStatisticsWithNMTDisabled.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/NMT/ThreadedMallocTestType.jtr
    package com.oracle.java.testlibrary does not exist
    package sun.hotspot does not exist
./JTwork/runtime/NMT/JcmdWithNMTDisabled.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/NMT/SummaryAfterShutdown.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/NMT/CommandLineSummary.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/NMT/ThreadedVirtualAllocTestType.jtr
    package com.oracle.java.testlibrary does not exist
    package sun.hotspot does not exist
./JTwork/runtime/NMT/VirtualAllocTestType.jtr
    package com.oracle.java.testlibrary does not exist
    package sun.hotspot does not exist
./JTwork/runtime/NMT/CommandLineTurnOffNMT.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/NMT/PrintNMTStatistics.jtr
    package com.oracle.java.testlibrary does not exist
    package sun.hotspot does not exist
./JTwork/runtime/NMT/CommandLineInvalidArgument.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/NMT/MallocTestType.jtr
    package com.oracle.java.testlibrary does not exist
    package sun.hotspot does not exist
./JTwork/runtime/NMT/CommandLineEmptyArgument.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/CheckEndorsedAndExtDirs/EndorsedExtDirs.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/memory/LargePages/TestLargePagesFlags.jtr
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/XCheckJniJsig/XCheckJSig.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/LoadClass/LoadClassNegative.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/CommandLine/ConfigFileWarning.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/CommandLine/CompilerConfigFileWarning.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/runtime/Thread/TestThreadDumpMonitorContention.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/testlibrary_tests/AssertsTest.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/testlibrary_tests/OutputAnalyzerTest.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/testlibrary_tests/OutputAnalyzerReportingTest.jtr
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
./JTwork/serviceability/ParserTest.jtr
    package sun.hotspot.parser does not exist
    package sun.hotspot.parser.DiagnosticCommand does not exist
    package sun.hotspot does not exist
./JTwork/serviceability/attach/AttachWithStalePidFile.jtr
    package com.oracle.java.testlibrary does not exist
./JTwork/serviceability/sa/jmap-hashcode/Test8028623.jtr
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist
    package com.oracle.java.testlibrary does not exist

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150907/da342022/attachment.html>


More information about the distro-pkg-dev mailing list