neliasso [Fri, 16 Nov 2012 09:59:08 +0100] rev 14479
Merge
bharadwaj [Thu, 15 Nov 2012 10:42:06 -0800] rev 14478
8001077: remove ciMethod::will_link
Summary: Removed will_link and changed all calls to is_loaded().
Reviewed-by: kvn
minqi [Mon, 12 Nov 2012 14:03:53 -0800] rev 14477
6830717: replay of compilations would help with debugging
Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method.
Reviewed-by: kvn, twisti, sspitsyn
Contributed-by: yumin.qi@oracle.com
johnc [Thu, 15 Nov 2012 14:29:28 -0800] rev 14476
Merge
coleenp [Wed, 14 Nov 2012 22:37:38 -0500] rev 14475
8003259: NPG: Build with gcc 4.7.2 broken by 7045397
Summary: Qualify calls with this pointers to make gcc accept this code.
Reviewed-by: coleenp, andrew
Contributed-by: peter.levart@gmail.com
mgerdin [Fri, 09 Nov 2012 00:38:31 +0100] rev 14474
7200229: NPG: possible performance issue exposed by closed/runtime/6559877/Test6559877.java
Summary: Reduce the amount of calls to ChunkManager verification code
Reviewed-by: jmasa, coleenp
cjplummer [Wed, 14 Nov 2012 10:13:51 -0800] rev 14473
Merge
cjplummer [Fri, 09 Nov 2012 09:45:00 -0800] rev 14472
Merge
bpittore [Wed, 07 Nov 2012 17:53:02 -0500] rev 14471
8001185: parsing of sun.boot.library.path in os::dll_build_name somewhat broken
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
amurillo [Fri, 09 Nov 2012 08:36:17 -0800] rev 14470
8003231: new hotspot build - hs25-b10
Reviewed-by: jcoomes
katleman [Thu, 15 Nov 2012 15:39:02 -0800] rev 14469
Added tag jdk8-b65 for changeset bbff420f1248
katleman [Wed, 28 Nov 2012 14:03:53 -0800] rev 14468
Merge
erikj [Wed, 28 Nov 2012 13:48:36 +0100] rev 14467
8003528: build-infra: Diffs in libjava and hotspot libs on solaris.
Summary: Linking against server jvm first if available. Adding filters and exceptions for hotspot lib compare on solaris.
Reviewed-by: ohair, ohrstrom
erikj [Wed, 28 Nov 2012 13:40:17 +0100] rev 14466
8003844: build-infra: docs target isn't working properly
Summary: Fixed docs and docs-clean target. Added compare support for docs.
Reviewed-by: ohair, jjg, ohrstrom
erikj [Wed, 28 Nov 2012 13:15:56 +0100] rev 14465
8001460: build-infra: Linker warnings on macosx
Summary: Only linking against jvm variant specific dirs if they are expected to exist.
Reviewed-by: ohair
tbell [Mon, 19 Nov 2012 14:06:30 -0800] rev 14464
8003300: build-infra: fails on solaris when objcopy is not found
Summary: Only call BASIC_FIXUP_EXECUTABLE() if objcopy was found.
Reviewed-by: tbell
Contributed-by: erik.joelsson@oracle.com
tbell [Thu, 15 Nov 2012 00:54:54 +0000] rev 14463
Merge
tbell [Wed, 14 Nov 2012 10:20:25 -0800] rev 14462
8003327: build-infra: "/bin/sh: : cannot execute" on solaris
Summary: Fix quoting inside cut command used in the pipeline
Reviewed-by: ohair, tbell
Contributed-by: erik.joelsson@oracle.com
tbell [Wed, 14 Nov 2012 10:18:51 -0800] rev 14461
8003317: build-infra: Configure fails when current dir is part of a symlink
Summary: Call macro for removing symbolic links on a copy of the CURDIR variable before comparing
Reviewed-by: ohair, tbell
Contributed-by: erik.joelsson@oracle.com
tbell [Wed, 14 Nov 2012 10:16:45 -0800] rev 14460
8001941: build-infra: --disable-precompiled-headers does not seem to work
Summary: With this fix the flag will do what it advertises
Reviewed-by: ohair, tbell
Contributed-by: erik.joelsson@oracle.com
tbell [Wed, 14 Nov 2012 10:13:28 -0800] rev 14459
8001875: build-infra: We must be able to force static linking of stdc++
Summary: Ensure that we build with static linking when requested, or do not build at all
Reviewed-by: ohair, tbell
Contributed-by: erik.joelsson@oracle.com
tbell [Wed, 14 Nov 2012 10:05:49 -0800] rev 14458
8002026: build-infra: deploy repository building
Summary: Change the compare script to handle deploy build artifacts.
Reviewed-by: ohair, tbell
Contributed-by: erik.joelsson@oracle.com
katleman [Thu, 15 Nov 2012 15:38:33 -0800] rev 14457
Added tag jdk8-b65 for changeset eb017c6fa58a
duke [Wed, 05 Jul 2017 18:29:57 +0200] rev 14456
Added tag jdk8-b65 for changeset a2cf4d4a4843
duke [Wed, 05 Jul 2017 18:29:57 +0200] rev 14455
Merge
duke [Wed, 05 Jul 2017 18:29:53 +0200] rev 14454
Merge
lana [Fri, 09 Nov 2012 14:47:22 -0800] rev 14453
Merge
jjg [Wed, 07 Nov 2012 17:20:12 -0800] rev 14452
8003134: CheckResourceKeys issues
Reviewed-by: jjh, bpatel
jjg [Wed, 07 Nov 2012 17:01:19 -0800] rev 14451
8002157: Write combo compiler tests for repeating annotations for JDK8
Reviewed-by: darcy, jjg
Contributed-by: sonali.goel@oracle.com
vromero [Mon, 05 Nov 2012 16:26:09 +0000] rev 14450
8000484: Bad error recovery when 'catch' without 'try' is found
Reviewed-by: jjg, mcimadamore
lana [Tue, 06 Nov 2012 18:41:56 -0800] rev 14449
Merge
jjg [Tue, 06 Nov 2012 17:22:29 -0800] rev 14448
7198690: missing compiler message
Reviewed-by: jjh