dholmes [Tue, 27 Aug 2013 22:05:53 -0400] rev 19555
8006164: [TESTBUG] compact profile hotspot test issues
Summary: Define profile-based test groups.
Reviewed-by: dcubed, mchung
cjplummer [Fri, 23 Aug 2013 12:36:32 -0700] rev 19554
8020829: JT_HS: 2 runtime NMT tests fail on platforms if NMT detail is not supported
Summary: Make tests query a new WhiteBox API to see if NMT detail is supported, and behave properly if it is not supported.
Reviewed-by: dholmes, coleenp
bpittore [Fri, 23 Aug 2013 20:33:02 -0400] rev 19553
8014135: The JVMTI specification does not conform to recent changes in JNI specification
Summary: Added support for statically linked agents
Reviewed-by: sspitsyn, bobv, coleenp
jmasa [Tue, 27 Aug 2013 18:55:33 -0700] rev 19552
Merge
jmasa [Fri, 23 Aug 2013 15:59:20 -0700] rev 19551
Merge
brutisso [Thu, 22 Aug 2013 04:14:45 +0200] rev 19550
Merge
brutisso [Wed, 21 Aug 2013 22:35:56 +0200] rev 19549
8022872: G1: Use correct GC cause for young GC triggered by humongous allocations
Reviewed-by: tonyp, tschatzl
jmasa [Fri, 16 Aug 2013 06:12:46 -0700] rev 19548
8022817: CMS should not shrink if compaction was not done
Reviewed-by: ysr, mgerdin
stefank [Mon, 26 Aug 2013 07:01:23 -0700] rev 19547
Merge
stefank [Fri, 16 Aug 2013 13:22:32 +0200] rev 19546
8007074: SIGSEGV at ParMarkBitMap::verify_clear()
Summary: Replace the broken large pages implementation on Linux. New flag: -XX:+UseTransparentHugePages - Linux specific flag to turn on transparent huge page hinting with madvise(..., MAP_HUGETLB). Changed behavior: -XX:+UseLargePages - tries to use -XX:+UseTransparentHugePages before trying other large pages implementations (on Linux). Changed behavior: -XX:+UseHugeTLBFS - Use upfront allocation of Large Pages instead of using the broken implementation to dynamically committing large pages. Changed behavior: -XX:LargePageSizeInBytes - Turned off the ability to use this flag on Linux and provides warning to user if set to a value different than the OS chosen large page size. Changed behavior: Setting no large page size - Now defaults to use -XX:UseTransparentHugePages if the OS supports it. Previously, -XX:+UseHugeTLBFS was chosen if the OS was configured to use large pages.
Reviewed-by: tschatzl, dcubed, brutisso
dsimms [Mon, 26 Aug 2013 09:33:01 +0200] rev 19545
8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
Summary: Return NULL on OOM from GetStringChars, GetStringUTFChars and Get<PrimitiveType>ArrayElements family of functions.
Reviewed-by: dholmes, coleenp
hseigel [Sun, 25 Aug 2013 21:21:18 -0400] rev 19544
8022183: GCC 4.6 change sdefault setting for omit-frame-pointer which breaks hotspot stack walking
Summary: Explicitly specify -fno-omit-frame-pointer.
Reviewed-by: coleenp, dholmes, dcubed
dcubed [Fri, 23 Aug 2013 10:39:15 -0700] rev 19543
Merge
mgronlun [Fri, 23 Aug 2013 10:36:34 +0200] rev 19542
8023457: Event based tracing framework needs a mutex for thread groups
Reviewed-by: acorn, sla
poonam [Thu, 22 Aug 2013 21:23:31 -0700] rev 19541
Merge
poonam [Thu, 22 Aug 2013 18:09:29 -0700] rev 19540
Merge
poonam [Wed, 21 Aug 2013 22:12:11 -0700] rev 19539
8020530: Non heap memory size calculated incorrectly
Reviewed-by: coleenp, sla
Contributed-by: vladimir.kempik@oracle.com
jiangli [Thu, 22 Aug 2013 17:21:48 -0700] rev 19538
Merge
jiangli [Thu, 22 Aug 2013 19:27:42 -0400] rev 19537
8023547: com/sun/jdi/RedefineMulti.sh fails with IllegalArgumentException after JDK-8021948 .
Summary: Need to check if the constant pool mapping returns 0.
Reviewed-by: coleenp, sspitsyn
iklam [Thu, 22 Aug 2013 13:53:13 -0700] rev 19536
Merge
iklam [Thu, 22 Aug 2013 10:20:50 -0700] rev 19535
8023406: make/windows/build_vm_def.sh takes too long even when BUILD_WIN_SA != 1
Summary: Avoid dumping C++ vtable when BUILD_WIN_SA != 1
Reviewed-by: dcubed, sla, tbell
sla [Thu, 22 Aug 2013 14:56:10 -0400] rev 19534
Merge
allwin [Tue, 23 Jul 2013 14:32:37 +0200] rev 19533
8011888: sa.js: TypeError: [object JSAdapter] has no such function "__has__"
Reviewed-by: sla, sundar, kmo
Contributed-by: yunda.mly@taobao.com
hseigel [Thu, 22 Aug 2013 11:52:27 -0400] rev 19532
7121403: [TESTBUG] runtime/7051189/Xchecksig.sh fails on 64bit solaris
8023393: Need to suppress info message if -Xcheck:jni used with libjsig.dylab on Mac OSX
Summary: Rewrite 7051189 test in Java, port Linux fix for 7051189 to Mac OSX.
Reviewed-by: coleenp, dholmes, mseledtsov, ccheung
sla [Wed, 21 Aug 2013 13:18:52 +0200] rev 19531
8022808: Kitchensink hangs on macos
Summary: Use pthread_mach_thread_np() instead of mach_thread_self() to avoid leaking resources
Reviewed-by: dholmes, rbackman
amurillo [Fri, 23 Aug 2013 03:14:54 -0700] rev 19530
8023635: new hotspot build - hs25-b48
Reviewed-by: jcoomes
cl [Thu, 29 Aug 2013 09:41:51 -0700] rev 19529
Added tag jdk8-b105 for changeset 14a09ddd8d8b
erikj [Wed, 04 Sep 2013 10:37:21 +0200] rev 19528
Merge
ihse [Wed, 04 Sep 2013 10:15:46 +0200] rev 19527
8024155: Fix 'make CONF= <target>'
Reviewed-by: erikj, tbell
katleman [Tue, 03 Sep 2013 13:48:58 -0700] rev 19526
Merge
erikj [Fri, 30 Aug 2013 10:13:25 +0200] rev 19525
8023957: Lock down version of autoconf
Reviewed-by: chegar, dsamersoff, tbell, dholmes
erikj [Thu, 29 Aug 2013 15:47:55 +0200] rev 19524
8003162: build-infra: Improve suggestions for missing packages on linux
Reviewed-by: tbell, omajid
lana [Thu, 29 Aug 2013 16:18:06 -0700] rev 19523
Merge
mduigou [Thu, 29 Aug 2013 16:04:14 -0700] rev 19522
8023892: test/Makefile shouldn't try to tell langtools/test/Makefile where to put output.
Reviewed-by: erikj, vromero, henryjen
lana [Mon, 26 Aug 2013 14:49:08 -0700] rev 19521
Merge
mduigou [Mon, 26 Aug 2013 10:09:15 -0700] rev 19520
8023491: Remove target names from test/Makefile and defer to sub-repo makefiles.
Reviewed-by: erikj
mduigou [Tue, 20 Aug 2013 17:44:35 -0700] rev 19519
8023433: Improve 'make help'
Reviewed-by: tbell
cl [Thu, 29 Aug 2013 09:41:46 -0700] rev 19518
Added tag jdk8-b105 for changeset e164aa20de40
duke [Wed, 05 Jul 2017 19:09:30 +0200] rev 19517
Added tag jdk8-b105 for changeset 589f4fdc584e
duke [Wed, 05 Jul 2017 19:09:29 +0200] rev 19516
Merge
duke [Wed, 05 Jul 2017 19:09:26 +0200] rev 19515
Merge
lana [Fri, 23 Aug 2013 14:17:49 -0700] rev 19514
Merge
lana [Tue, 20 Aug 2013 17:46:21 -0700] rev 19513
Merge
jjg [Tue, 20 Aug 2013 15:12:16 -0700] rev 19512
8013887: In class use, some tables are randomly unsorted
Reviewed-by: bpatel
jjg [Tue, 20 Aug 2013 14:55:20 -0700] rev 19511
8022080: javadoc generates invalid HTML in Turkish locale
Reviewed-by: bpatel
jjg [Tue, 20 Aug 2013 14:46:54 -0700] rev 19510
8020663: Restructure some properties to facilitate better translation
Reviewed-by: darcy
ksrini [Tue, 20 Aug 2013 14:15:45 -0700] rev 19509
7179455: tools/javac/processing/model/testgetallmembers/Main.java fails against JDK 7 and JDK 8
Reviewed-by: jjg
darcy [Tue, 20 Aug 2013 12:15:19 -0700] rev 19508
8011043: Warn about use of 1.5 and earlier source and target values
Reviewed-by: jjg
jfranck [Tue, 20 Aug 2013 17:21:47 +0200] rev 19507
8019243: AnnotationTypeMismatchException instead of MirroredTypeException
Reviewed-by: jjg
kizune [Tue, 20 Aug 2013 17:34:06 +0400] rev 19506
7182350: Regression in wording of unchecked warning message
Reviewed-by: mcimadamore, jjg
ksrini [Mon, 19 Aug 2013 07:47:10 -0700] rev 19505
7071377: Exception when javac -processor is given a class name with invalid postfix
Reviewed-by: jjg, vromero
erikj [Fri, 16 Aug 2013 16:00:12 +0200] rev 19504
8023146: Sjavac test failes in langtools nightly
Reviewed-by: mcimadamore, jfranck
jlahoda [Thu, 15 Aug 2013 22:36:08 +0200] rev 19503
8022508: javac crashes if the generics arity of a base class is wrong
Reviewed-by: mcimadamore, vromero
jlahoda [Thu, 15 Aug 2013 22:33:43 +0200] rev 19502
8015809: More user friendly compile-time errors for uncaught exceptions in lambda expression
Summary: Producing individual errors for uncaught undeclared exceptions inside lambda expressions, rather than one error for the whole lambda
Reviewed-by: mcimadamore
vromero [Fri, 16 Aug 2013 10:32:42 +0100] rev 19501
8022053: javac generates unverifiable initializer for nested subclass of local class
Reviewed-by: jjg, mcimadamore
erikj [Thu, 15 Aug 2013 17:24:35 +0200] rev 19500
8015145: Smartjavac needs more flexibility with linking to sources
Reviewed-by: jjg, ohrstrom