- 28 5月, 2013 2 次提交
-
-
由 tschatzl 提交于
Summary: Fixed the output of G1SummarizeRSetStats: too small datatype for the number of concurrently processed cards, added concurrent remembered set thread time retrieval for Linux and Windows (BSD uses os::elapsedTime() now), and other cleanup. The information presented during VM operation is now relative to the previous output, not always cumulative if G1SummarizeRSetStatsPeriod > 0. At VM exit, the code prints a cumulative summary. Reviewed-by: johnc, jwilhelm
-
由 ctornqvi 提交于
Summary: Printing both result from GetLastError and text representation of error. Also changed so that we produce dumps by default on client versions of Windows when running with a debug build. Also reviewed by peter.allwin@oracle.com Reviewed-by: sla, dholmes
-
- 15 5月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: The fix of 8010992, disable use of global operator new and new[] which caused failure on some tests. This takes two of the bugs also add ALLOW_OPERATOR_NEW_USAGE to prevent crash for third party code calling operator new of jvm on certain platforms. Reviewed-by: coleenp, dholmes, zgu Contributed-by: yumin.qi@oracle.com
-
- 07 5月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, neliasso, ctornqvi
-
- 01 5月, 2013 2 次提交
- 30 4月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Reserved memory had PROT_READ+PROT_WRITE access on Linux/bsd, now changed to PROT_NONE. Reviewed-by: dholmes, ctornqvi
-
- 26 4月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, twisti
-
- 22 4月, 2013 1 次提交
-
-
由 dcubed 提交于
Summary: anti-delta fix for 8010992 until 8012902 can be fixed Reviewed-by: acorn, minqi, rdurbin
-
- 20 4月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: disable use of global operator new and new[] which could cause unexpected exception and escape from NMT tracking. Reviewed-by: coleenp, dholmes, zgu Contributed-by: yumin.qi@oracle.com
-
- 16 4月, 2013 1 次提交
-
-
由 neliasso 提交于
Reviewed-by: kvn, roland Contributed-by: niclas.adlertz@oracle.com
-
- 13 4月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources Reviewed-by: dholmes, kvn, coleenp
-
- 06 4月, 2013 1 次提交
-
-
由 ccheung 提交于
Reviewed-by: zgu, coleenp, hseigel, dholmes
-
- 05 4月, 2013 2 次提交
- 04 4月, 2013 1 次提交
-
-
由 ccheung 提交于
8006103: [parfait] Possible null pointer dereference at hotspot/src/os/linux/vm/os_linux.cpp; os_windows.cpp; os_solaris.cpp; os_bsd.cpp Reviewed-by: zgu, iklam
-
- 02 4月, 2013 1 次提交
-
-
由 neliasso 提交于
Reviewed-by: dholmes, sla, ctornqvi
-
- 28 3月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Ergonomics now also takes available virtual memory into account when deciding for a heap size. The helper method to determine the maximum allocatable memory block now uses the appropriate OS specific calls to retrieve available virtual memory for the java process. In 32 bit environments this method now also searches for the maximum actually reservable amount of memory. Merge previously separate implementations for Linux/BSD/Solaris into a single method. Reviewed-by: jmasa, tamao
-
- 22 3月, 2013 1 次提交
-
-
由 iklam 提交于
Summary: Call dlerror() in VM thread as necessary. Reviewed-by: coleenp, dholmes
-
- 11 3月, 2013 1 次提交
-
-
由 stefank 提交于
Summary: Don't scan pages outside the given range. Reviewed-by: jwilhelm, jmasa
-
- 08 3月, 2013 1 次提交
-
-
由 zgu 提交于
Summary: Corrected virtual memory recording and tagging code when large pages are used Reviewed-by: coleenp, ccheung
-
- 06 3月, 2013 1 次提交
-
-
由 iklam 提交于
7107135: Stack guard pages are no more protected after loading a shared library with executable stack Summary: Detect the execstack attribute of the loaded library and attempt to fix the stack guard using Safepoint op. Reviewed-by: dholmes, zgu Contributed-by: ioi.lam@oracle.com
-
- 05 3月, 2013 1 次提交
-
-
由 morris 提交于
8008559: [parfait] Path through non-void function '_ZN2os15thread_cpu_timeEP6Thread' returns an undefined value Summary: safety checks for non-Apple thread time functions Reviewed-by: kvn
-
- 27 2月, 2013 1 次提交
-
-
由 simonis 提交于
Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files. Reviewed-by: coleenp, stefank, dholmes
-
- 20 2月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Delete the questionable source code because it is for no-longer supported versions of Linux. Reviewed-by: mikael, coleenp
-
- 19 2月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Save errno before processing signal, then restore it. Reviewed-by: acorn, sspitsyn
-
- 18 2月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, rbackman
-
- 13 2月, 2013 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: dholmes, sla
-
- 08 2月, 2013 1 次提交
-
-
由 sla 提交于
8006423: SA: NullPointerException in sun.jvm.hotspot.debugger.bsd.BsdThread.getContext(BsdThread.java:67) Summary: Do not rely on mach thread port names to identify threads from SA Reviewed-by: dholmes, minqi, rbackman
-
- 26 1月, 2013 1 次提交
-
-
由 morris 提交于
Summary: removed unused IA64 specific code Reviewed-by: twisti, kvn, dholmes
-
- 23 1月, 2013 1 次提交
-
-
由 zgu 提交于
Summary: Don't handle CTRL_LOGOFF_EVENT event when the process is running in a non-interactive session Reviewed-by: ctornqvi, acorn
-
- 22 1月, 2013 1 次提交
-
-
由 dcubed 提交于
Summary: misc correctness fixes Reviewed-by: acorn, dholmes, dice, sspitsyn Contributed-by: dave.dice@oracle.com
-
- 21 1月, 2013 1 次提交
-
-
由 brutisso 提交于
Summary: Use HW_MEMSIZE instead of HW_USERMEM to get a 64 bit value of the physical memory on the machine. Also reviewed by vitalyd@gmail.com. Reviewed-by: sla, dholmes, dlong, mikael
-
- 17 1月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Define jlong as long on all LP64 platforms and add JLONG_FORMAT macro. Reviewed-by: dholmes, coleenp, mikael, kvn
-
- 10 1月, 2013 1 次提交
-
-
由 zgu 提交于
Summary: Added JRE/JDK bin directories to decoder's symbol search path Reviewed-by: dcubed, sla
-
- 20 12月, 2012 1 次提交
-
-
由 dcubed 提交于
Summary: Phase 2 is removing '_g' support from the Runtime code. Reviewed-by: dcubed, coleenp, hseigel Contributed-by: ron.durbin@oracle.com
-
- 17 12月, 2012 1 次提交
-
-
由 brutisso 提交于
Summary: Mapping of aligned memory needs to be MT safe. Also reviewed by: vitalyd@gmail.com Reviewed-by: dholmes, coleenp, zgu
-
- 01 12月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn
-
- 27 11月, 2012 1 次提交
-
-
由 stefank 提交于
Reviewed-by: dholmes, rbackman, coleenp
-
- 08 11月, 2012 1 次提交
-
-
由 bpittore 提交于
Summary: dll_dir can contain multiple paths, need to parse them correctly when loading agents Reviewed-by: dholmes, dlong Contributed-by: bill.pittore@oracle.com
-