goetz [Wed, 18 Nov 2015 11:31:59 +0100] rev 35196
8143215: gcc 4.1.2: fix three issues breaking the build.
Summary: Also fix some more recent introduced missing casts.
Reviewed-by: stuefe, simonis, kbarrett, tschatzl
coleenp [Sat, 19 Dec 2015 02:32:27 +0100] rev 35195
Merge
coleenp [Fri, 18 Dec 2015 15:50:33 -0500] rev 35194
8144256: compiler/uncommontrap/TestStackBangRbp.java crashes VM on Solaris
Summary: Take out inlining of methodHandle copy constructors and destructors
Reviewed-by: hseigel, gtriantafill
rprotacio [Fri, 18 Dec 2015 14:30:13 -0500] rev 35193
8145445: [TESTBUG] runtime/logging tests need to properly build and import libraries
Summary: Adds the proper @build and import lines to the jtreg tests in the runtime/logging directory.
Reviewed-by: iklam, hseigel
tschatzl [Fri, 18 Dec 2015 13:38:49 +0000] rev 35192
Merge
tschatzl [Fri, 18 Dec 2015 14:32:16 +0100] rev 35191
8145752: Fix include guards in GC code
Reviewed-by: mgerdin, stefank
tschatzl [Fri, 18 Dec 2015 14:27:51 +0100] rev 35190
8145673: G1RemSetSummary.hpp uses FREE_C_HEAP_ARRAY
Summary: Move destructor work into cpp file
Reviewed-by: mgerdin, stefank
tschatzl [Fri, 18 Dec 2015 11:30:29 +0100] rev 35189
8145534: TestRemsetLogging.java takes a long time
Summary: Improve the test and test settings to decrease the time it takes.
Reviewed-by: brutisso, jmasa, dfazunen
fparain [Fri, 18 Dec 2015 11:04:59 +0100] rev 35188
8145317: ReservedStackTest fails with ReentrantLock looks corrupted
Reviewed-by: acorn, dcubed
jbachorik [Fri, 18 Dec 2015 09:02:21 +0100] rev 35187
Merge
sgehwolf [Fri, 18 Dec 2015 08:55:47 +0100] rev 35186
6425769: Allow specifying an address to bind JMX remote connector
Reviewed-by: jbachorik, dfuchs
jbachorik [Tue, 24 Nov 2015 16:07:40 +0100] rev 35185
8138677: IllegalAccessException Class sun.usagetracker.UsageTrackerClient$4 (module java.base) can not access a member of class java.lang.management.ManagementFactory (module java.management)
Reviewed-by: alanb, mchung, dholmes, erikj, ihse
ctornqvi [Thu, 17 Dec 2015 08:41:48 -0800] rev 35184
8144716: Unable to build in Visual Studio after JVMCI change
Reviewed-by: twisti, mgronlun
ctornqvi [Thu, 17 Dec 2015 12:16:03 -0800] rev 35183
8145400: ProjectCreator broken after JEP 223 changes
Reviewed-by: lfoltan, mgronlun
ctornqvi [Thu, 17 Dec 2015 08:41:30 -0800] rev 35182
8145603: Enable build.bat to use vcproj to build
Reviewed-by: mgronlun, mikael, gtriantafill
rprotacio [Thu, 17 Dec 2015 11:18:22 -0500] rev 35181
8145629: Disable test/runtime/logging/MonitorInflationTest.java
Summary: @ignore-ed logging/MonitorInflationTest.java
Reviewed-by: hseigel, ctornqvi
stuefe [Thu, 17 Dec 2015 08:23:51 +0100] rev 35180
8079125: [aix] clean up Linux-specific code remnants in AIX coding
Reviewed-by: goetz
iklam [Wed, 16 Dec 2015 19:30:10 -0800] rev 35179
8145620: Disable compiler/floatingpoint/ModNaN.java
Reviewed-by: dholmes, coleenp
goetz [Wed, 16 Dec 2015 08:57:47 +0100] rev 35178
8145528: PPC64: Remove cpp interpreter implementation - part II
Reviewed-by: coleenp
brutisso [Wed, 16 Dec 2015 09:24:48 +0100] rev 35177
8145315: VM crashes in print_task_time_stamps()
Reviewed-by: jwilhelm, jmasa
stuefe [Wed, 09 Dec 2015 14:56:02 +0100] rev 35176
8144219: [posix] Remove redundant code around os::print_siginfo()
Summary: for posix platforms, consolidate os::print_siginfo() in os_posix.cpp and remove cds fault special handling
Reviewed-by: dholmes, simonis
iklam [Mon, 07 Dec 2015 09:19:26 -0800] rev 35175
8144853: Print the names of callees in PrintAssembly/PrintInterpreter
Reviewed-by: dholmes, vlivanov
coleenp [Tue, 15 Dec 2015 17:57:08 +0000] rev 35174
Merge
coleenp [Tue, 15 Dec 2015 16:01:53 +0000] rev 35173
Merge
coleenp [Tue, 15 Dec 2015 10:43:12 -0500] rev 35172
Merge
rprotacio [Fri, 11 Dec 2015 14:58:20 -0500] rev 35171
8145153: Convert TraceMonitorInflation to Unified Logging
Summary: Updated -XX:+TraceMonitorInflation flag to -Xlog:monitorinflation=debug, with an alias (and related alias table) to support the old option.
Reviewed-by: dholmes, mockner, coleenp
jprovino [Tue, 15 Dec 2015 16:01:00 +0000] rev 35170
Merge
jprovino [Tue, 15 Dec 2015 15:27:38 +0000] rev 35169
Merge
jprovino [Mon, 14 Dec 2015 17:06:06 -0500] rev 35168
8139768: Running with -XX:CMSOldPLABNumRefills=2147483648 causes EXCEPTION_INT_DIVIDE_BY_ZERO on Windows i586
Summary: Use double arithmetic to avoid integer overflow
Reviewed-by: jwilhelm, tbenson
kzhaldyb [Thu, 10 Dec 2015 20:14:00 +0300] rev 35167
8143933: Create testlibrary for auxiliary methods used in g1/humongousObjects testing
Reviewed-by: iignatyev, dfazunen