-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
9
[2015-10-15T03:57:36.97] # There is insufficient memory for the Java Runtime Environment to continue.
[2015-10-15T03:57:36.97] # Native memory allocation (malloc) failed to allocate 4096 bytes for AllocateHeap
[2015-10-15T03:57:36.97] # Can not save log file, dump to screen..
[2015-10-15T03:57:36.97] #
[2015-10-15T03:57:36.97] # There is insufficient memory for the Java Runtime Environment to continue.
[2015-10-15T03:57:36.97] # Native memory allocation (malloc) failed to allocate 4096 bytes for AllocateHeap
[2015-10-15T03:57:36.97] # Possible reasons:
[2015-10-15T03:57:36.97] # The system is out of physical RAM or swap space
[2015-10-15T03:57:36.97] # In 32 bit mode, the process size limit was hit
[2015-10-15T03:57:36.97] # Possible solutions:
[2015-10-15T03:57:36.97] # Reduce memory load on the system
[2015-10-15T03:57:36.97] # Increase physical memory or swap space
[2015-10-15T03:57:36.97] # Check if swap backing store is full
[2015-10-15T03:57:36.97] # Use 64 bit Java on a 64 bit OS
[2015-10-15T03:57:36.97] # Decrease Java heap size (-Xmx/-Xms)
[2015-10-15T03:57:36.97] # Decrease number of Java threads
[2015-10-15T03:57:36.97] # Decrease Java thread stack sizes (-Xss)
[2015-10-15T03:57:36.97] # Set larger code cache with -XX:ReservedCodeCacheSize=
[2015-10-15T03:57:36.97] # This output file may be truncated or incomplete.
[2015-10-15T03:57:36.97] #
[2015-10-15T03:57:36.97] # Out of Memory Error (C:\jprt\T\P1\200949.cthaling\s\hotspot\src\share\vm\memory/allocation.inline.hpp:61), pid=77864, tid=18388
[2015-10-15T03:57:36.97] #
[2015-10-15T03:57:36.97] # JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-20151014200949.cthaling.hs-comp-b00)
[2015-10-15T03:57:36.97] # Java VM: Java HotSpot(TM) Server VM (1.9.0-internal-20151014200949.cthaling.hs-comp-b00, compiled mode, tiered, g1 gc, windows-x86)
[2015-10-15T03:57:36.97] # Native memory allocation (malloc) failed to allocate 4096 bytes for AllocateHeap
[2015-10-15T03:57:36.97] # Can not save log file, dump to screen..
[2015-10-15T03:57:36.97] #
[2015-10-15T03:57:36.97] # There is insufficient memory for the Java Runtime Environment to continue.
[2015-10-15T03:57:36.97] # Native memory allocation (malloc) failed to allocate 4096 bytes for AllocateHeap
[2015-10-15T03:57:36.97] # Possible reasons:
[2015-10-15T03:57:36.97] # The system is out of physical RAM or swap space
[2015-10-15T03:57:36.97] # In 32 bit mode, the process size limit was hit
[2015-10-15T03:57:36.97] # Possible solutions:
[2015-10-15T03:57:36.97] # Reduce memory load on the system
[2015-10-15T03:57:36.97] # Increase physical memory or swap space
[2015-10-15T03:57:36.97] # Check if swap backing store is full
[2015-10-15T03:57:36.97] # Use 64 bit Java on a 64 bit OS
[2015-10-15T03:57:36.97] # Decrease Java heap size (-Xmx/-Xms)
[2015-10-15T03:57:36.97] # Decrease number of Java threads
[2015-10-15T03:57:36.97] # Decrease Java thread stack sizes (-Xss)
[2015-10-15T03:57:36.97] # Set larger code cache with -XX:ReservedCodeCacheSize=
[2015-10-15T03:57:36.97] # This output file may be truncated or incomplete.
[2015-10-15T03:57:36.97] #
[2015-10-15T03:57:36.97] # Out of Memory Error (C:\jprt\T\P1\200949.cthaling\s\hotspot\src\share\vm\memory/allocation.inline.hpp:61), pid=77864, tid=18388
[2015-10-15T03:57:36.97] #
[2015-10-15T03:57:36.97] # JRE version: Java(TM) SE Runtime Environment (9.0) (build 1.9.0-internal-fastdebug-20151014200949.cthaling.hs-comp-b00)
[2015-10-15T03:57:36.97] # Java VM: Java HotSpot(TM) Server VM (1.9.0-internal-20151014200949.cthaling.hs-comp-b00, compiled mode, tiered, g1 gc, windows-x86)
- relates to
-
JDK-8141421 Various test fail with OOME on win x86
- Resolved