[Bug 701] New: Shark hs19 assert(Thread::current()->is_VM_thread()) failed: must be called by VM thread

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Apr 26 08:40:34 PDT 2011


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

           Summary: Shark hs19 assert(Thread::current()->is_VM_thread())
                    failed: must be called by VM thread
           Product: IcedTea
           Version: 6-1.9.7
          Platform: all
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Shark
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: xerxes at zafena.se


Testcase build Shark against icedtea6-1.9 with assertions and hs19 enabled:

cd icedtea6-1.9
patch -p1 < contrib/mixtech-hacks.patch
./autogen.sh
mkdir ../icedtea6-1.9-shark-debug
cd ../icedtea6-1.9-shark-debug
../icedtea6-1.9/configure --enable-shark --with-hotspot-build
make

...

build-bootstrap-javac:
    [mkdir] Created dir:
/home/xerxes/icedtea6-1.9-shark-debug/openjdk.build/langtools/build/bootstrap/gensrc
    [mkdir] Created dir:
/home/xerxes/icedtea6-1.9-shark-debug/openjdk.build/langtools/build/bootstrap/classes
 [pcompile] Generating 7 resource files to
/home/xerxes/icedtea6-1.9-shark-debug/openjdk.build/langtools/build/bootstrap/gensrc
     [copy] Copying 1 file to
/home/xerxes/icedtea6-1.9-shark-debug/openjdk.build/langtools/build/bootstrap/gensrc
 [pcompile] Generating 1 resource files to
/home/xerxes/icedtea6-1.9-shark-debug/openjdk.build/langtools/build/bootstrap/gensrc
    [javac] Compiling 8 source files to
/home/xerxes/icedtea6-1.9-shark-debug/openjdk.build/langtools/build/bootstrap/classes
    [javac] Compiling 244 source files to
/home/xerxes/icedtea6-1.9-shark-debug/openjdk.build/langtools/build/bootstrap/classes
    [javac] # To suppress the following error report, specify this argument
    [javac] # after -XX: or in .hotspotrc: 
SuppressErrorAt=/sharkCompiler.cpp:302
    [javac] #
    [javac] # A fatal error has been detected by the Java Runtime Environment:
    [javac] #
    [javac] #  Internal Error
(/home/xerxes/icedtea6-1.9-shark-debug/openjdk-ecj/hotspot/src/share/vm/shark/sharkCompiler.cpp:302),
pid=27479, tid=1754794864
    [javac] #  assert(Thread::current()->is_VM_thread()) failed: must be called
by VM thread
    [javac] #
    [javac] # JRE version: 6.0_20-b20
    [javac] # Java VM: OpenJDK Shark VM (19.0-b09-product mixed mode linux-i386
)
    [javac] # Derivative: IcedTea6 1.9.8pre+r2f549e3a4720
    [javac] # Distribution: Built on Ubuntu 10.10 (Tue Apr 26 17:13:43 CEST
2011)
    [javac] # An error report file with more information is saved as:
    [javac] #
/home/xerxes/icedtea6-1.9-shark-debug/openjdk/langtools/hs_err_pid27479.log
    [javac] #
    [javac] # If you would like to submit a bug report, please include
    [javac] # instructions how to reproduce the bug and visit:
    [javac] #   http://icedtea.classpath.org/bugzilla
    [javac] #
    [javac] Current thread is 1754794864
    [javac] Dumping core ...

BUILD FAILED
/home/xerxes/icedtea6-1.9-shark-debug/openjdk/langtools/make/build.xml:192: The
following error occurred while executing this line:
/home/xerxes/icedtea6-1.9-shark-debug/openjdk/langtools/make/build.xml:431: The
following error occurred while executing this line:
/home/xerxes/icedtea6-1.9-shark-debug/openjdk/langtools/make/build.xml:472: The
following error occurred while executing this line:
/home/xerxes/icedtea6-1.9-shark-debug/openjdk/langtools/make/build.xml:541:
Compile failed; see the compiler error output for details.

Total time: 1 minute 3 seconds
make[3]: *** [build] Error 1
make[3]: Leaving directory
`/home/xerxes/icedtea6-1.9-shark-debug/openjdk/langtools/make'


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the distro-pkg-dev mailing list