Wed, 14 May 2014 14:28:09 -0700 8043063: Code aging should allocate MethodCounters when flushing a method
iveresov [Wed, 14 May 2014 14:28:09 -0700] rev 24445
8043063: Code aging should allocate MethodCounters when flushing a method Summary: Make sure that MethodCounters are present when the method is flushed for the first time to switch on code aging Reviewed-by: kvn
Wed, 14 May 2014 12:09:13 -0400 8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
simonis [Wed, 14 May 2014 12:09:13 -0400] rev 24444
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas Summary: Added conditions around macro definitions for pragmas. Reviewed-by: kvn
Tue, 11 Mar 2014 15:06:34 +0400 8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
vlivanov [Tue, 11 Mar 2014 15:06:34 +0400] rev 24443
8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock Reviewed-by: kvn, iveresov
Tue, 13 May 2014 11:32:10 -0700 8032463: VirtualDispatch test timeout with DeoptimizeALot
iveresov [Tue, 13 May 2014 11:32:10 -0700] rev 24442
8032463: VirtualDispatch test timeout with DeoptimizeALot Summary: Introduce code aging for warm method detection Reviewed-by: kvn, twisti
Tue, 13 May 2014 11:25:17 +0200 8021770: BackEdgeThreshold option is no longer used and should be removed
anoll [Tue, 13 May 2014 11:25:17 +0200] rev 24441
8021770: BackEdgeThreshold option is no longer used and should be removed Summary: The BackEdgeThreshold option is removed because it is no longer used. Reviewed-by: twisti, kvn, cjplummer Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Mon, 12 May 2014 17:01:57 -0700 Merge
twisti [Mon, 12 May 2014 17:01:57 -0700] rev 24440
Merge
Fri, 09 May 2014 09:12:39 +0200 8029343: CodeCache::allocate increments '_number_of_blobs' even if allocation fails.
anoll [Fri, 09 May 2014 09:12:39 +0200] rev 24439
8029343: CodeCache::allocate increments '_number_of_blobs' even if allocation fails. Summary: Incrementing the number of code blobs in CodeCache::allocate(...) is now only performed if allocation succeeds. The guarantee is fixed. Reviewed-by: kvn, iveresov Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Thu, 08 May 2014 15:16:49 -0700 Merge
twisti [Thu, 08 May 2014 15:16:49 -0700] rev 24438
Merge
Thu, 08 May 2014 12:49:21 +0200 8042431: compiler/7200264/TestIntVect.java fails with: Test Failed: AddVI 0 < 4
anoll [Thu, 08 May 2014 12:49:21 +0200] rev 24437
8042431: compiler/7200264/TestIntVect.java fails with: Test Failed: AddVI 0 < 4 Summary: Define a new function that determines the minimum number of compiler threads for a particular platform/configuration. Reviewed-by: kvn
Mon, 12 May 2014 20:25:53 -0400 Merge
dholmes [Mon, 12 May 2014 20:25:53 -0400] rev 24436
Merge
Mon, 12 May 2014 20:20:19 -0400 8032551: Remove UsePPCLWSYNC from globals.hpp
dholmes [Mon, 12 May 2014 20:20:19 -0400] rev 24435
8032551: Remove UsePPCLWSYNC from globals.hpp Reviewed-by: lfoltan, zgu
Mon, 12 May 2014 18:45:09 +0000 Merge
ctornqvi [Mon, 12 May 2014 18:45:09 +0000] rev 24434
Merge
Mon, 12 May 2014 06:17:05 -0700 8042804: Support invoking Hotspot tests from top level
mikael [Mon, 12 May 2014 06:17:05 -0700] rev 24433
8042804: Support invoking Hotspot tests from top level Reviewed-by: sla, erikj
Mon, 12 May 2014 13:12:30 -0400 8040292: Annotation attributes must not appear more than once
hseigel [Mon, 12 May 2014 13:12:30 -0400] rev 24432
8040292: Annotation attributes must not appear more than once Summary: Add checks for duplicate attributes. Reviewed-by: coleenp, lfoltan
Mon, 12 May 2014 15:50:20 +0000 Merge
lfoltan [Mon, 12 May 2014 15:50:20 +0000] rev 24431
Merge
Mon, 12 May 2014 09:59:56 -0400 8039805: Fix the signature of the global new/delete operators in allocation.cpp.
simonis [Mon, 12 May 2014 09:59:56 -0400] rev 24430
8039805: Fix the signature of the global new/delete operators in allocation.cpp. Reviewed-by: dholmes, lfoltan
Mon, 12 May 2014 09:47:57 -0400 Merge
coleenp [Mon, 12 May 2014 09:47:57 -0400] rev 24429
Merge
Fri, 09 May 2014 17:06:52 +0200 8042726: [TESTBUG] TEST.groups file was not updated after runtime/6925573/SortMethodsTest.java removal
ctornqvi [Fri, 09 May 2014 17:06:52 +0200] rev 24428
8042726: [TESTBUG] TEST.groups file was not updated after runtime/6925573/SortMethodsTest.java removal Summary: Removed runtime/6925573/SortMethodsTest.java from TEST.groups Reviewed-by: gtriantafill, lfoltan, coleenp, dholmes
Fri, 09 May 2014 17:06:17 +0200 8042471: Unable to build JDK 9 Hotspot within VS2010
ctornqvi [Fri, 09 May 2014 17:06:17 +0200] rev 24427
8042471: Unable to build JDK 9 Hotspot within VS2010 Summary: Fixed quoting issue and passing on defines to project file Reviewed-by: mgronlun, sla
Wed, 07 May 2014 14:16:45 -0500 8038654: Separate SymbolTable and StringTable code
gziemski [Wed, 07 May 2014 14:16:45 -0500] rev 24426
8038654: Separate SymbolTable and StringTable code Summary: Refactor stringTable class out of symbolTable, making sure all includes are minimal set and are sorted. Reviewed-by: coleenp, stefank
Wed, 07 May 2014 06:03:31 -0700 8041415: remove port.{cpp,hpp} files
zgu [Wed, 07 May 2014 06:03:31 -0700] rev 24425
8041415: remove port.{cpp,hpp} files Summary: Hotspot should use standard headers and types Reviewed-by: coleenp, kvn
Fri, 09 May 2014 16:50:54 -0400 8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase [Fri, 09 May 2014 16:50:54 -0400] rev 24424
8037816: Fix for 8036122 breaks build with Xcode5/clang Summary: Repaired or selectively disabled offending formats; future-proofed with additional checking Reviewed-by: kvn, jrose, stefank
Thu, 22 May 2014 12:53:50 -0700 Added tag jdk9-b14 for changeset 631682a70d8a
katleman [Thu, 22 May 2014 12:53:50 -0700] rev 24423
Added tag jdk9-b14 for changeset 631682a70d8a
Tue, 27 May 2014 12:35:34 -0700 Merge
jcoomes [Tue, 27 May 2014 12:35:34 -0700] rev 24422
Merge
Fri, 23 May 2014 10:48:42 -0700 Merge
jcoomes [Fri, 23 May 2014 10:48:42 -0700] rev 24421
Merge
Fri, 16 May 2014 07:16:18 -0700 Merge
amurillo [Fri, 16 May 2014 07:16:18 -0700] rev 24420
Merge
Mon, 12 May 2014 06:16:36 -0700 8042804: Support invoking Hotspot tests from top level
mikael [Mon, 12 May 2014 06:16:36 -0700] rev 24419
8042804: Support invoking Hotspot tests from top level Reviewed-by: sla, erikj
Mon, 26 May 2014 17:22:04 -0400 8043975: Update README for jdk9
omajid [Mon, 26 May 2014 17:22:04 -0400] rev 24418
8043975: Update README for jdk9 Reviewed-by: tbell
Fri, 23 May 2014 09:05:08 -0700 Merge
prr [Fri, 23 May 2014 09:05:08 -0700] rev 24417
Merge
Mon, 12 May 2014 09:37:50 -0700 Merge
prr [Mon, 12 May 2014 09:37:50 -0700] rev 24416
Merge
Mon, 05 May 2014 12:48:07 -0700 Merge
prr [Mon, 05 May 2014 12:48:07 -0700] rev 24415
Merge
Tue, 29 Apr 2014 14:40:07 -0700 Merge
ngthomas [Tue, 29 Apr 2014 14:40:07 -0700] rev 24414
Merge
Tue, 29 Apr 2014 15:44:14 -0400 8042159: Allow using a system-installed lcms2
omajid [Tue, 29 Apr 2014 15:44:14 -0400] rev 24413
8042159: Allow using a system-installed lcms2 Reviewed-by: andrew, ihse, prr
Thu, 22 May 2014 14:37:52 -0700 Merge
lana [Thu, 22 May 2014 14:37:52 -0700] rev 24412
Merge
Tue, 20 May 2014 12:54:44 +0200 8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths
erikj [Tue, 20 May 2014 12:54:44 +0200] rev 24411
8043127: Convert JPRT_ARCHIVE_BUNDLE to unix style paths Reviewed-by: tbell
Thu, 22 May 2014 12:53:39 -0700 Added tag jdk9-b14 for changeset 78fe3dcb9cf7
katleman [Thu, 22 May 2014 12:53:39 -0700] rev 24410
Added tag jdk9-b14 for changeset 78fe3dcb9cf7
Wed, 05 Jul 2017 19:41:14 +0200 Added tag jdk9-b14 for changeset 97932f6ad950
duke [Wed, 05 Jul 2017 19:41:14 +0200] rev 24409
Added tag jdk9-b14 for changeset 97932f6ad950
Wed, 05 Jul 2017 19:41:13 +0200 Merge jdk9-b14
duke [Wed, 05 Jul 2017 19:41:13 +0200] rev 24408
Merge
Wed, 05 Jul 2017 19:41:10 +0200 Merge
duke [Wed, 05 Jul 2017 19:41:10 +0200] rev 24407
Merge
Thu, 15 May 2014 10:40:27 -0700 Merge
lana [Thu, 15 May 2014 10:40:27 -0700] rev 24406
Merge
Tue, 13 May 2014 15:34:13 -0600 8042882: Support verbosity options in langtools testing
dlsmith [Tue, 13 May 2014 15:34:13 -0600] rev 24405
8042882: Support verbosity options in langtools testing 8032441: langtools/test/Makefile breaks when JT_JAVA set to a JDK 9 build Reviewed-by: mduigou
Tue, 13 May 2014 15:29:09 -0600 8034223: Most-specific should not have any special treatment for boxed vs. unboxed types
dlsmith [Tue, 13 May 2014 15:29:09 -0600] rev 24404
8034223: Most-specific should not have any special treatment for boxed vs. unboxed types Summary: Rewrite most-specific logic to conform to JLS 8 15.12.2.5 Reviewed-by: vromero
Fri, 09 May 2014 22:27:07 -0400 8035763: Error parsing binary type annotations data in javac
emc [Fri, 09 May 2014 22:27:07 -0400] rev 24403
8035763: Error parsing binary type annotations data in javac Summary: Fix accidental reversal of read order from a previous change Reviewed-by: jjg
Fri, 09 May 2014 18:50:12 -0700 8042886: Test langtools/test/com/sun/javadoc/testHtmlDocument/TestHtmlDocument.java fails on Windows
jjg [Fri, 09 May 2014 18:50:12 -0700] rev 24402
8042886: Test langtools/test/com/sun/javadoc/testHtmlDocument/TestHtmlDocument.java fails on Windows Reviewed-by: darcy
Sat, 10 May 2014 01:24:35 +0100 8028503: javac, for method references a primitive type can be added as a bound
vromero [Sat, 10 May 2014 01:24:35 +0100] rev 24401
8028503: javac, for method references a primitive type can be added as a bound Reviewed-by: jjg, dlsmith
Sat, 10 May 2014 00:46:47 +0100 8037379: fix for JDK-8029569 doesn't cover all possible cases
vromero [Sat, 10 May 2014 00:46:47 +0100] rev 24400
8037379: fix for JDK-8029569 doesn't cover all possible cases Reviewed-by: jjg
Fri, 09 May 2014 15:37:12 -0700 8038730: Clean up the way JavadocTester is invoked, and checks for errors.
jjg [Fri, 09 May 2014 15:37:12 -0700] rev 24399
8038730: Clean up the way JavadocTester is invoked, and checks for errors. Reviewed-by: ksrini, sogoel, bpatel
Fri, 09 May 2014 23:31:05 +0200 8042867: Missing license header for langtools/make/netbeans/langtools/nbproject/project.properties
jlahoda [Fri, 09 May 2014 23:31:05 +0200] rev 24398
8042867: Missing license header for langtools/make/netbeans/langtools/nbproject/project.properties Reviewed-by: ksrini
Fri, 09 May 2014 14:56:59 -0600 8042656: Inference produces spurious error for intersection type bounds check
dlsmith [Fri, 09 May 2014 14:56:59 -0600] rev 24397
8042656: Inference produces spurious error for intersection type bounds check Summary: Fix subtyping for intersections involving capture variables Reviewed-by: vromero
Fri, 09 May 2014 09:28:47 -0400 8040327: Eliminate AnnotatedType
emc [Fri, 09 May 2014 09:28:47 -0400] rev 24396
8040327: Eliminate AnnotatedType Summary: Replace AnnotatedType with type annotations being stored in the Type class as metadata Reviewed-by: jjg, jfranck, wmdietl, jlahoda
Fri, 09 May 2014 08:52:57 -0700 8042839: XPreferTest fails on Windows
jjg [Fri, 09 May 2014 08:52:57 -0700] rev 24395
8042839: XPreferTest fails on Windows Reviewed-by: vromero
Thu, 08 May 2014 08:23:44 -0700 8042601: Javadoc sort fails
ksrini [Thu, 08 May 2014 08:23:44 -0700] rev 24394
8042601: Javadoc sort fails Reviewed-by: jjg
Fri, 09 May 2014 12:55:58 +0200 8041663: Sensitive dependence on location of nested interface
jlahoda [Fri, 09 May 2014 12:55:58 +0200] rev 24393
8041663: Sensitive dependence on location of nested interface Summary: Adding a method among ambiguous candidates only if it is more specific than some of the existing candidates. Reviewed-by: dlsmith, vromero
Fri, 09 May 2014 09:36:35 +0200 8040822: Duplicated notifications can be sent to TaskListener
jlahoda [Fri, 09 May 2014 09:36:35 +0200] rev 24392
8040822: Duplicated notifications can be sent to TaskListener Summary: The analyze finished event must only be sent on the first call to JavaCompiler.flow for a given class. Reviewed-by: jjg
Thu, 15 May 2014 10:26:01 -0700 Added tag jdk9-b13 for changeset 069586f14799
katleman [Thu, 15 May 2014 10:26:01 -0700] rev 24391
Added tag jdk9-b13 for changeset 069586f14799
Wed, 05 Jul 2017 19:41:05 +0200 Merge
duke [Wed, 05 Jul 2017 19:41:05 +0200] rev 24390
Merge
Thu, 15 May 2014 10:25:50 -0700 Added tag jdk9-b13 for changeset 9c47b760a47f
katleman [Thu, 15 May 2014 10:25:50 -0700] rev 24389
Added tag jdk9-b13 for changeset 9c47b760a47f
Wed, 05 Jul 2017 19:41:01 +0200 Merge
duke [Wed, 05 Jul 2017 19:41:01 +0200] rev 24388
Merge
Thu, 15 May 2014 10:25:47 -0700 Added tag jdk9-b13 for changeset 8ee3c3ffd554
katleman [Thu, 15 May 2014 10:25:47 -0700] rev 24387
Added tag jdk9-b13 for changeset 8ee3c3ffd554
Wed, 05 Jul 2017 19:40:57 +0200 Merge
duke [Wed, 05 Jul 2017 19:40:57 +0200] rev 24386
Merge
Thu, 15 May 2014 10:42:19 -0700 Merge
lana [Thu, 15 May 2014 10:42:19 -0700] rev 24385
Merge
Wed, 14 May 2014 19:01:05 +0530 8043132: Nashorn : all tests failed with java.security.AccessControlException
sundar [Wed, 14 May 2014 19:01:05 +0530] rev 24384
8043132: Nashorn : all tests failed with java.security.AccessControlException Reviewed-by: jlaskey, attila
Thu, 15 May 2014 10:26:03 -0700 Added tag jdk9-b13 for changeset 743eee69ce3f
katleman [Thu, 15 May 2014 10:26:03 -0700] rev 24383
Added tag jdk9-b13 for changeset 743eee69ce3f
Wed, 05 Jul 2017 19:40:53 +0200 Merge
duke [Wed, 05 Jul 2017 19:40:53 +0200] rev 24382
Merge
Thu, 15 May 2014 10:42:58 -0700 Merge
lana [Thu, 15 May 2014 10:42:58 -0700] rev 24381
Merge
Tue, 13 May 2014 20:59:37 +0100 8042906: Remove use of reflection in ORB
coffeys [Tue, 13 May 2014 20:59:37 +0100] rev 24380
8042906: Remove use of reflection in ORB Reviewed-by: alanb, chegar, dfuchs, psandoz
Thu, 15 May 2014 10:25:33 -0700 Added tag jdk9-b13 for changeset 9bd83c6b1976
katleman [Thu, 15 May 2014 10:25:33 -0700] rev 24379
Added tag jdk9-b13 for changeset 9bd83c6b1976
Wed, 05 Jul 2017 19:40:49 +0200 Merge
duke [Wed, 05 Jul 2017 19:40:49 +0200] rev 24378
Merge
Thu, 15 May 2014 10:41:25 -0700 Merge
lana [Thu, 15 May 2014 10:41:25 -0700] rev 24377
Merge
Wed, 14 May 2014 15:46:27 +0100 7153400: ThreadPoolExecutor's setCorePoolSize method allows corePoolSize > maxPoolSize
chegar [Wed, 14 May 2014 15:46:27 +0100] rev 24376
7153400: ThreadPoolExecutor's setCorePoolSize method allows corePoolSize > maxPoolSize Reviewed-by: chegar, martin, mduigou Contributed-by: Pavel Rappo <pavel.rappo@oracle.com>
Thu, 15 May 2014 18:18:19 +0400 8043012: (tz) Support tzdata2014c
aefimov [Thu, 15 May 2014 18:18:19 +0400] rev 24375
8043012: (tz) Support tzdata2014c Reviewed-by: okutsu, peytoia
Wed, 14 May 2014 10:52:51 -0700 8041791: String.toLowerCase regression - violates Unicode standard
naoto [Wed, 14 May 2014 10:52:51 -0700] rev 24374
8041791: String.toLowerCase regression - violates Unicode standard Reviewed-by: peytoia
Wed, 14 May 2014 16:40:53 +0100 8043119: (props) Properties.storeToXML closes output stream
alanb [Wed, 14 May 2014 16:40:53 +0100] rev 24373
8043119: (props) Properties.storeToXML closes output stream Reviewed-by: lancea
Wed, 14 May 2014 11:16:41 +0100 8034170: src/share/classes/sun/net/www/protocol/http/DigestAuthentication.java
michaelm [Wed, 14 May 2014 11:16:41 +0100] rev 24372
8034170: src/share/classes/sun/net/www/protocol/http/DigestAuthentication.java Reviewed-by: chegar
Tue, 13 May 2014 11:03:25 +0100 8042889: (props) Properties.loadFromXML/storeToXML should consistently use the UKit parser
alanb [Tue, 13 May 2014 11:03:25 +0100] rev 24371
8042889: (props) Properties.loadFromXML/storeToXML should consistently use the UKit parser Reviewed-by: joehw, chegar, mchung
Mon, 12 May 2014 12:35:23 -0400 6996377: shrink duplicate code in the constructor of PKIXValidator
mullan [Mon, 12 May 2014 12:35:23 -0400] rev 24370
6996377: shrink duplicate code in the constructor of PKIXValidator Reviewed-by: mullan, xuelei Contributed-by: jamil.j.nimeh@oracle.com
Mon, 12 May 2014 17:34:29 +0200 8000975: (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux (& .solaris & .aix)
plevart [Mon, 12 May 2014 17:34:29 +0200] rev 24369
8000975: (process) Merge UNIXProcess.java.bsd & UNIXProcess.java.linux (& .solaris & .aix) Reviewed-by: alanb, rriggs, martin
Mon, 12 May 2014 14:33:13 +0400 8038795: Tidy warnings cleanup for javax.management
yan [Mon, 12 May 2014 14:33:13 +0400] rev 24368
8038795: Tidy warnings cleanup for javax.management Reviewed-by: dfuchs Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Mon, 12 May 2014 14:12:33 +0400 8030709: Tidy warnings cleanup for java.lang package; minor cleanup in java.math, javax.script
yan [Mon, 12 May 2014 14:12:33 +0400] rev 24367
8030709: Tidy warnings cleanup for java.lang package; minor cleanup in java.math, javax.script Reviewed-by: lancea Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Fri, 09 May 2014 15:24:57 +0200 8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError
ykantser [Fri, 09 May 2014 15:24:57 +0200] rev 24366
8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError Reviewed-by: sla, alanb
Fri, 09 May 2014 15:27:02 -0400 8042859: Build broken for Solaris
emc [Fri, 09 May 2014 15:27:02 -0400] rev 24365
8042859: Build broken for Solaris Summary: Remove stray quotes causing build failures Reviewed-by: sla, chegar
Fri, 09 May 2014 09:04:41 -0700 8040059: Change default policy for extensions to no permission
mchung [Fri, 09 May 2014 09:04:41 -0700] rev 24364
8040059: Change default policy for extensions to no permission Reviewed-by: alanb, mullan, erikj
Fri, 09 May 2014 12:06:13 +0200 8039173: Propagate errors from Diagnostic Commands as exceptions in the attach framework
sla [Fri, 09 May 2014 12:06:13 +0200] rev 24363
8039173: Propagate errors from Diagnostic Commands as exceptions in the attach framework Reviewed-by: igerasim, alanb, dsamersoff
Fri, 09 May 2014 09:47:07 +0100 8042816: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified, part 2
alanb [Fri, 09 May 2014 09:47:07 +0100] rev 24362
8042816: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified, part 2 Reviewed-by: chegar
Thu, 15 May 2014 10:25:51 -0700 Added tag jdk9-b13 for changeset c946ad0de0ac
katleman [Thu, 15 May 2014 10:25:51 -0700] rev 24361
Added tag jdk9-b13 for changeset c946ad0de0ac
Wed, 05 Jul 2017 19:40:44 +0200 Merge
duke [Wed, 05 Jul 2017 19:40:44 +0200] rev 24360
Merge
Thu, 15 May 2014 10:40:38 -0700 Merge
lana [Thu, 15 May 2014 10:40:38 -0700] rev 24359
Merge
Fri, 09 May 2014 08:34:22 -0700 Merge
amurillo [Fri, 09 May 2014 08:34:22 -0700] rev 24358
Merge
Thu, 08 May 2014 18:22:22 -0700 Merge
jmasa [Thu, 08 May 2014 18:22:22 -0700] rev 24357
Merge
Wed, 19 Mar 2014 17:04:28 +0100 8034094: SA agent can't compile when jni_x86.h is used
ehelin [Wed, 19 Mar 2014 17:04:28 +0100] rev 24356
8034094: SA agent can't compile when jni_x86.h is used Reviewed-by: dsamersoff, erikj
Tue, 06 May 2014 09:41:04 +0200 8026784: Error message in AdaptiveFreeList<Chunk>::verify_stats is wrong
tschatzl [Tue, 06 May 2014 09:41:04 +0200] rev 24355
8026784: Error message in AdaptiveFreeList<Chunk>::verify_stats is wrong Summary: Changed faulty error message in the verification code Reviewed-by: stefank, tschatzl Contributed-by: Andreas Sjoberg <andreas.sjoberg@oracle.com>
Fri, 02 May 2014 21:10:31 +0000 Merge
jwilhelm [Fri, 02 May 2014 21:10:31 +0000] rev 24354
Merge
Tue, 29 Apr 2014 22:57:19 +0200 8027643: Merge GenCollectorPolicy and TwoGenerationCollectorPolicy
jwilhelm [Tue, 29 Apr 2014 22:57:19 +0200] rev 24353
8027643: Merge GenCollectorPolicy and TwoGenerationCollectorPolicy Summary: Merged the two calsses GenCollectorPolicy and TwoGenerationCollectorPolicy Reviewed-by: sjohanss, jcoomes
Thu, 08 May 2014 15:08:45 -0700 Merge
twisti [Thu, 08 May 2014 15:08:45 -0700] rev 24352
Merge
Tue, 29 Apr 2014 15:17:27 +0200 8042195: Introduce umbrella header orderAccess.inline.hpp.
goetz [Tue, 29 Apr 2014 15:17:27 +0200] rev 24351
8042195: Introduce umbrella header orderAccess.inline.hpp. Reviewed-by: dholmes, kvn, stefank, twisti
Wed, 07 May 2014 22:06:42 +0200 8042570: Excessive number of tests timing out on nightly testing due to fix for 8040798
anoll [Wed, 07 May 2014 22:06:42 +0200] rev 24350
8042570: Excessive number of tests timing out on nightly testing due to fix for 8040798 Summary: Remove unnecessary lock in CompileBroker::mark_on_stack() that causes the deadlock Reviewed-by: kvn, dcubed
Fri, 02 May 2014 14:53:06 +0200 8042309: Some bugfixes for the ppc64 port.
goetz [Fri, 02 May 2014 14:53:06 +0200] rev 24349
8042309: Some bugfixes for the ppc64 port. Reviewed-by: kvn
Tue, 06 May 2014 13:08:28 +0200 8042443: Fix C++-Interpreter after "8036956: remove EnableInvokeDynamic flag"
anoll [Tue, 06 May 2014 13:08:28 +0200] rev 24348
8042443: Fix C++-Interpreter after "8036956: remove EnableInvokeDynamic flag" Summary: Insert missing bracket to make the interpreter build again Reviewed-by: sla Contributed-by: Volker Simonis <volker.simonis@gmail.com>
Tue, 06 May 2014 08:01:14 +0000 Merge
anoll [Tue, 06 May 2014 08:01:14 +0000] rev 24347
Merge
Tue, 06 May 2014 09:52:38 +0200 8042428: CompileQueue::free_all() code is incorrect
anoll [Tue, 06 May 2014 09:52:38 +0200] rev 24346
8042428: CompileQueue::free_all() code is incorrect Summary: Free task after getting next pointer of freelist. Reviewed-by: kvn, adlertz
Tue, 06 May 2014 09:17:57 +0200 8036851: volatile double accesses are not explicitly atomic in C2
anoll [Tue, 06 May 2014 09:17:57 +0200] rev 24345
8036851: volatile double accesses are not explicitly atomic in C2 Summary: The C2 structure is adapted to distinguish between volatile and non-volatile double accesses. Reviewed-by: twisti, kvn Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Mon, 05 May 2014 15:10:43 +0200 8042052: assert(t != NULL) failed: must set before get
anoll [Mon, 05 May 2014 15:10:43 +0200] rev 24344
8042052: assert(t != NULL) failed: must set before get Summary: Added missing call to _gvn.transform to make sure the type of the PhiNode is recorded in the gvn. Reviewed-by: kvn Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Fri, 02 May 2014 19:10:24 -0700 Merge
twisti [Fri, 02 May 2014 19:10:24 -0700] rev 24343
Merge
Fri, 02 May 2014 16:44:54 -0700 8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR))
kvn [Fri, 02 May 2014 16:44:54 -0700] rev 24342
8039298: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)->higher_equal(TypePtr::NULL_PTR)) Summary: Convert the assert into the runtime check to skip IGVN optimizations for problematic memory nodes. Eliminate dead nodes more aggressively. Reviewed-by: twisti, iveresov
Fri, 02 May 2014 09:30:17 +0000 Merge
iignatyev [Fri, 02 May 2014 09:30:17 +0000] rev 24341
Merge
Fri, 02 May 2014 13:20:42 +0400 8042214: add @ignore tag to all excluded jtreg tests in test/compiler
iignatyev [Fri, 02 May 2014 13:20:42 +0400] rev 24340
8042214: add @ignore tag to all excluded jtreg tests in test/compiler Reviewed-by: kvn, ctornqvi
Thu, 01 May 2014 21:30:54 -0700 Merge
anoll [Thu, 01 May 2014 21:30:54 -0700] rev 24339
Merge
Fri, 02 May 2014 06:24:39 +0200 8041992: Fix of JDK-8034775 neglects to account for non-JIT VMs
anoll [Fri, 02 May 2014 06:24:39 +0200] rev 24338
8041992: Fix of JDK-8034775 neglects to account for non-JIT VMs Summary: Allow 0 compiler threads if no JIT is used. Reviewed-by: kvn, dholmes Contributed-by: Severin Gehwolf <sgehwolf@redhat.com>
Wed, 07 May 2014 18:19:31 -0400 Merge
coleenp [Wed, 07 May 2014 18:19:31 -0400] rev 24337
Merge
Tue, 06 May 2014 09:56:55 -0400 8041620: Solaris Studio 12.4 C++ 5.13 change in behavior for placing friend declarations within surrounding scope.
lfoltan [Tue, 06 May 2014 09:56:55 -0400] rev 24336
8041620: Solaris Studio 12.4 C++ 5.13 change in behavior for placing friend declarations within surrounding scope. Summary: Remove adlc's unused class FileBuffRegion. Reviewed-by: coleenp, dholmes, kvn
Tue, 06 May 2014 08:59:57 -0400 8041627: Solaris Studio 12.4 C++ 5.13 compilation error due to lack of "surplus" prototype for binaryTreeDictionary.cpp.
lfoltan [Tue, 06 May 2014 08:59:57 -0400] rev 24335
8041627: Solaris Studio 12.4 C++ 5.13 compilation error due to lack of "surplus" prototype for binaryTreeDictionary.cpp. Summary: Fix C++ compilation error diagnostic for the call of "surplus" within get_better_list() method. Reviewed-by: coleenp, dholmes
Mon, 05 May 2014 19:53:00 -0400 8023697: failed class resolution reports different class name in detail message for the first and subsequent times
coleenp [Mon, 05 May 2014 19:53:00 -0400] rev 24334
8023697: failed class resolution reports different class name in detail message for the first and subsequent times Summary: Cache detail message when we cache exception for constant pool resolution. Reviewed-by: acorn, twisti, jrose
Mon, 05 May 2014 20:17:19 +0200 8031126: java/lang/management/ThreadMXBean/ThreadUserTime.java fails intermittently
sla [Mon, 05 May 2014 20:17:19 +0200] rev 24333
8031126: java/lang/management/ThreadMXBean/ThreadUserTime.java fails intermittently Reviewed-by: coleenp, simonis, goetz, gthornbr
Fri, 02 May 2014 11:06:26 -0700 Merge
dcubed [Fri, 02 May 2014 11:06:26 -0700] rev 24332
Merge
Thu, 01 May 2014 05:52:28 -0700 6885993: Named Thread: introduce print() and print_on(outputStream* st) methods
zgu [Thu, 01 May 2014 05:52:28 -0700] rev 24331
6885993: Named Thread: introduce print() and print_on(outputStream* st) methods Summary: Eliminating duplicated code by introducing print_on(outputStream* st) methods in NamedThread Reviewed-by: twisti, coleenp, dholmes
Fri, 02 May 2014 19:00:04 -0700 Merge
twisti [Fri, 02 May 2014 19:00:04 -0700] rev 24330
Merge
Thu, 01 May 2014 17:57:29 -0700 8042281: compiler/7184394/TestAESMain.java fails with: javax.crypto.IllegalBlockSizeException: Input length not multiple of 16 bytes
kvn [Thu, 01 May 2014 17:57:29 -0700] rev 24329
8042281: compiler/7184394/TestAESMain.java fails with: javax.crypto.IllegalBlockSizeException: Input length not multiple of 16 bytes Summary: Added missing -DmsgSize=640 to test's run commands. Reviewed-by: kvn Contributed-by: shrinivas.joshi@oracle.com
Wed, 30 Apr 2014 14:14:01 -0700 8035936: SIGBUS in StubRoutines::aesencryptBlock, solaris-sparc
kvn [Wed, 30 Apr 2014 14:14:01 -0700] rev 24328
8035936: SIGBUS in StubRoutines::aesencryptBlock, solaris-sparc Summary: Fix the arbitrary alignment issue in SPARC AES crypto stub routines. Reviewed-by: kvn, iveresov Contributed-by: shrinivas.joshi@oracle.com
Tue, 29 Apr 2014 22:05:10 -0700 8042059: Various fixes to linux/sparc
mikael [Tue, 29 Apr 2014 22:05:10 -0700] rev 24327
8042059: Various fixes to linux/sparc Reviewed-by: twisti, kvn
Tue, 29 Apr 2014 22:04:09 -0700 8022070: Compilation error in stubGenerator_sparc.cpp with some compilers
mikael [Tue, 29 Apr 2014 22:04:09 -0700] rev 24326
8022070: Compilation error in stubGenerator_sparc.cpp with some compilers Reviewed-by: twisti, kvn
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip