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

G1: +UseLargePages caused crash "fatal error: This code is not used or maintained" in 7u60 nightly on OSX

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • 7u60
    • hs24, 7u60
    • hotspot
    • gc
    • generic
    • os_x

      VM crashes in 7u60 nightly on OSX with following error when both UseG1GC and UseLargePages are turned on:
      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # Internal Error (os_bsd.cpp:3438), pid=39854, tid=7427
      # fatal error: This code is not used or maintained.
      #
      # JRE version: (7.0_60) (build )
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.60-b02 mixed mode bsd-amd64 compressed oops)
      # Core dump written. Default location: /cores/core or core.39854
      #
      # If you would like to submit a bug report, please visit:
      # http://bugreport.sun.com/bugreport/crash.jsp
      #

      --------------- T H R E A D ---------------

      Current thread (0x00007f800a800000): JavaThread "Unknown thread" [_thread_in_vm, id=7427, stack(0x0000000102886000,0x0000000102986000)]

      Stack: [0x0000000102886000,0x0000000102986000], sp=0x0000000102985570, free space=1021k
      Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
      V [libjvm.dylib+0x524d8f] VMError::report_and_die()+0x5d5
      V [libjvm.dylib+0x1ebef1] report_vm_error(char const*, int, char const*, char const*)+0x54
      V [libjvm.dylib+0x418e46] os::reserve_memory_special(unsigned long, unsigned long, char*, bool)+0x40
      V [libjvm.dylib+0x521d77] ReservedSpace::initialize(unsigned long, unsigned long, bool, char*, unsigned long, bool)+0xbd
      V [libjvm.dylib+0x522038] ReservedHeapSpace::ReservedHeapSpace(unsigned long, unsigned long, bool, char*)+0x78
      V [libjvm.dylib+0x2510e8] G1CollectedHeap::initialize()+0x18e
      V [libjvm.dylib+0x4ff97c] Universe::initialize_heap()+0x164
      V [libjvm.dylib+0x4ffd17] universe_init()+0xe3
      V [libjvm.dylib+0x29f5e0] init_globals()+0x4c
      V [libjvm.dylib+0x4f1996] Threads::create_vm(JavaVMInitArgs*, bool*)+0x1be
      V [libjvm.dylib+0x309869] JNI_CreateJavaVM+0x62
      C [java+0x28f5] JavaMain+0x134
      C [libsystem_c.dylib+0x147a2] _pthread_start+0x147
      C [libsystem_c.dylib+0x11e1] thread_start+0xd


      Steps to reproduce:
      /net/scanas411.us.oracle.com/export/java-re/build/re3/nightlyws/jdk7u60/b01_2013-11-14-1949_381/ws-b01_2013-11-14-1949_381/build/macosx-x86_64/j2sdk-image/bin/java -XX:+UseLargePages -XX:+UseG1GC -version

            Unassigned Unassigned
            fzhinkin Filipp Zhinkin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: