katleman [Thu, 27 Jun 2013 13:40:29 -0700] rev 18456
Added tag jdk8-b96 for changeset 627400b6bdcf
duke [Wed, 05 Jul 2017 19:01:47 +0200] rev 18455
Merge
amurillo [Fri, 28 Jun 2013 02:25:08 -0700] rev 18454
Added tag hs25-b39 for changeset 4056af328b00
amurillo [Fri, 28 Jun 2013 02:25:07 -0700] rev 18453
Merge
kvn [Thu, 27 Jun 2013 11:12:19 -0700] rev 18452
Merge
goetz [Mon, 24 Jun 2013 16:11:47 +0200] rev 18451
8017531: 8010460 changes broke bytecodeInterpreter.cpp
Summary: Replace _indy by _jsr292 and also fix VERIFY_OOP macros.
Reviewed-by: kvn
adlertz [Wed, 26 Jun 2013 00:40:13 +0200] rev 18450
8017510: Add a regression test for 8005956
Summary: Regression test for 8005956
Reviewed-by: kvn, twisti
adlertz [Tue, 25 Jun 2013 12:07:07 -0700] rev 18449
8017243: 8001345 is incomplete
Summary: Replaces unused decodeN at MemBarAcquire with its corresponding loadN if loadN is used at more than one place.
Reviewed-by: kvn, twisti
twisti [Mon, 24 Jun 2013 18:23:45 -0700] rev 18448
Merge
twisti [Mon, 24 Jun 2013 17:47:25 -0700] rev 18447
8017538: Clang support broke slowdebug build for i586
Reviewed-by: kvn
goetz [Mon, 24 Jun 2013 11:53:54 -0700] rev 18446
8017308: Remove unused breakpoint relocation type
Summary: remove unused breakpoint relocation type
Reviewed-by: kvn
ehelin [Thu, 27 Jun 2013 10:56:10 +0200] rev 18445
Merge
ehelin [Wed, 26 Jun 2013 16:58:37 +0200] rev 18444
8013590: NPG: Add a memory pool MXBean for Metaspace
Reviewed-by: jmasa, mgerdin
jmasa [Tue, 25 Jun 2013 15:17:11 -0700] rev 18443
8014851: UseAdaptiveGCBoundary is broken
Reviewed-by: tschatzl, brutisso
jmasa [Tue, 25 Jun 2013 09:58:26 -0700] rev 18442
8014546: MetaspaceAux print_metaspace_change() should print "used" after GC not capacity
Reviewed-by: johnc, tschatzl
tamao [Fri, 07 Jun 2013 09:46:58 -0700] rev 18441
7122222: GC log is limited to 2G for 32-bit
Summary: Enable large file support for generated 32-bit ostream.o on Linux and Solaris (as only the two need this) by setting -D_FILE_OFFSET_BITS=64 in compilation
Reviewed-by: tbell, mgerdin, dcubed
Contributed-by: tamao <tao.mao@oracle.com>
sla [Tue, 25 Jun 2013 14:11:57 +0200] rev 18440
8017561: Build errors caused by missing .PHONY
Reviewed-by: stefank, brutisso
coleenp [Mon, 24 Jun 2013 18:55:46 -0400] rev 18439
8016325: JVM hangs verifying system dictionary
Summary: Minimize redundant verifications of Klasses.
Reviewed-by: hseigel, jmasa
iklam [Sun, 23 Jun 2013 22:08:28 -0700] rev 18438
8009575: Reduce Symbol::_refcount from 4 bytes to 2 bytes
Summary: Added Atomic::inc(short*) to support this change.
Reviewed-by: coleenp, dcubed, dholmes, minqi
dcubed [Fri, 21 Jun 2013 10:55:26 -0700] rev 18437
Merge
dcubed [Fri, 21 Jun 2013 08:18:08 -0700] rev 18436
Merge
coleenp [Fri, 21 Jun 2013 10:57:00 -0400] rev 18435
8017177: more explicit code location information in hs_err crash log
Summary: Add code pc location for compiled code
Reviewed-by: kvn, coleenp
Contributed-by: doug.simon@oracle.com
coleenp [Fri, 21 Jun 2013 10:50:19 -0400] rev 18434
8004124: Handle and/or warn about SI_KERNEL
Summary: Detect this crash in the signal handler and give a fatal error message instead of making us chase down bugs that don't reproduce
Reviewed-by: kvn, mgerdin, dholmes
mgronlun [Thu, 20 Jun 2013 11:53:51 +0200] rev 18433
8016735: Remove superfluous EnableInvokeDynamic warning from UnlockDiagnosticVMOptions check
Reviewed-by: sla, dholmes
iklam [Wed, 19 Jun 2013 20:51:39 -0700] rev 18432
8008964: NPG: Memory regression: Thread::_metadata_handles uses 1 KB per thread.
Summary: Reduce default size of Thread::_metadata_handles from 300 to 30
Reviewed-by: coleenp, sspitsyn
dholmes [Wed, 19 Jun 2013 13:14:03 -0700] rev 18431
8014326: [OSX] All libjvm symbols are exported
Summary: Add support for a MacOS X compatible form of the libjvm mapfile.
Reviewed-by: dcubed, rdurbin, coleenp
amurillo [Fri, 21 Jun 2013 00:59:12 -0700] rev 18430
8017253: new hotspot build - hs25-b39
Reviewed-by: jcoomes
katleman [Thu, 27 Jun 2013 13:40:18 -0700] rev 18429
Added tag jdk8-b96 for changeset 14d9242a9dc9
katleman [Tue, 02 Jul 2013 15:55:14 -0700] rev 18428
Merge
erikj [Tue, 02 Jul 2013 15:07:05 +0200] rev 18427
8019537: jdk8-build prebuild fails in source bundle generation, The path of TOOLS_DIR ... is not found
Reviewed-by: tbell