mockner [Wed, 23 Dec 2015 15:05:38 -0500] rev 35219
8144874: Reimplement TraceClassResolution with Unified Logging.
Summary: TraceClassResolution reimplemented with classresolve tag.
Reviewed-by: coleenp, dholmes, iklam, rprotacio
hseigel [Wed, 23 Dec 2015 13:02:15 -0500] rev 35218
8042660: vm/mlvm/anonloader/stress/byteMutation failed with: assert(index >=0 && index < _length) failed: symbol index overflow
Summary: Detect zero length signatures and throw ClassFormatError before bad dereference occurs
Reviewed-by: coleenp, lfoltan, acorn, gtriantafill
dsamersoff [Wed, 23 Dec 2015 13:12:15 +0300] rev 35217
8067194: Restructure hotspot/agent/src to conform the modular source layout
Summary: Move sources under jdk.hotspot.agent
Reviewed-by: ihse, erikj, jbachorik
rprotacio [Tue, 22 Dec 2015 16:29:48 -0500] rev 35216
8141211: Convert TraceExceptions to Unified Logging
Summary: The -XX:+TraceExceptions flag has been updated to the unified logging framework, i.e. -Xlog:exceptions. The old flag, because it is product-level, has been aliased to the UL option.
Reviewed-by: dholmes, coleenp, mockner
coleenp [Tue, 22 Dec 2015 19:33:01 +0000] rev 35215
Merge
coleenp [Tue, 22 Dec 2015 11:11:29 -0500] rev 35214
8074457: Remove the non-Zero CPP Interpreter
Summary: Remove cppInterpreter assembly files and reorganize InterpreterGenerator includes
Reviewed-by: goetz, bdelsart
ctornqvi [Tue, 22 Dec 2015 15:53:42 +0000] rev 35213
Merge
ctornqvi [Tue, 22 Dec 2015 05:26:55 -0800] rev 35212
8048521: Remove obsolete code from os_windows.cpp/hpp
Reviewed-by: coleenp, rdurbin
tschatzl [Tue, 22 Dec 2015 11:03:37 +0100] rev 35211
8145774: Move scrubbing setup code away out of ConcurrentMark
Summary: Remove dependency of ConcurrentMark to G1RemSet.
Reviewed-by: jmasa, mgerdin
tschatzl [Tue, 22 Dec 2015 11:02:04 +0100] rev 35210
8145672: Remove dependency of G1FromCardCache to HeapRegionRemSet
Summary: Move HeapRegionRemSet::num_par_rem_sets() to G1RemSet, and document it.
Reviewed-by: mgerdin, jmasa
iklam [Tue, 22 Dec 2015 00:08:38 +0000] rev 35209
Merge
iklam [Mon, 21 Dec 2015 13:58:56 -0800] rev 35208
8145271: stand-alone hotspot build is broken
Reviewed-by: ihse
iignatyev [Mon, 21 Dec 2015 22:45:54 +0100] rev 35207
Merge
kzhaldyb [Thu, 17 Dec 2015 16:46:41 +0300] rev 35206
8132723: Add tests which check that soft references to humongous objects should work correctly
8132724: Add tests which check that weak references to humongous objects should work correctly
Reviewed-by: jmasa, dfazunen
jmasa [Mon, 21 Dec 2015 19:43:52 +0000] rev 35205
Merge
sangheki [Fri, 18 Dec 2015 08:17:30 -0800] rev 35204
8068394: Trace event for concurrent GC phases
Summary: Add concurrent phase events for CMS and G1
Reviewed-by: brutisso, stefank
sangheki [Wed, 16 Dec 2015 22:06:52 -0800] rev 35203
8144949: TestOptionsWithRanges -XX:NUMAInterleaveGranularity=2147483648 crashes VM
Summary: Changed max range to 2G/8192G for NUMAInterleaveGranularity and removed constraint function
Reviewed-by: jwilhelm, jmasa
coleenp [Mon, 21 Dec 2015 14:09:21 +0000] rev 35202
Merge
goetz [Sun, 20 Dec 2015 10:37:23 -0500] rev 35201
8139864: Improve handling of stack protection zones.
Reviewed-by: stuefe, coleenp, fparain
tschatzl [Mon, 21 Dec 2015 12:04:32 +0100] rev 35200
8145671: Rename FromCardCache to G1FromCardCache
Reviewed-by: jmasa, mgerdin
tschatzl [Mon, 21 Dec 2015 12:02:08 +0100] rev 35199
8145667: Move FromCardCache into separate files
Reviewed-by: mgerdin, stefank
tschatzl [Mon, 21 Dec 2015 12:02:03 +0100] rev 35198
8145674: Fix includes and forward declarations in g1Remset files
Reviewed-by: simonis, stefank
kbarrett [Sat, 19 Dec 2015 03:07:31 +0000] rev 35197
Merge
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
goetz [Thu, 10 Dec 2015 16:18:25 +0100] rev 35166
8145117: PPC64: Remove cpp interpreter implementation
Reviewed-by: coleenp, mdoerr
ihse [Tue, 15 Dec 2015 11:28:23 +0100] rev 35165
Merge
ihse [Tue, 15 Dec 2015 10:55:07 +0100] rev 35164
8142909: Integration of minor fixes from the build-infra project
Reviewed-by: dholmes, erikj
brutisso [Tue, 15 Dec 2015 09:58:29 +0100] rev 35163
8145303: Clean up the units for log_gc_footer
Reviewed-by: david, tschatzl, goetz
simonis [Tue, 15 Dec 2015 00:16:09 -0500] rev 35162
8145015: jni_GetStringCritical asserts for empty strings
Reviewed-by: thartmann, dholmes
thartmann [Wed, 06 Jan 2016 08:02:23 +0100] rev 35161
Merge
dnsimon [Tue, 05 Jan 2016 10:57:15 -1000] rev 35160
8146001: Remove support for command line options from JVMCI
Reviewed-by: twisti