Xueming Shen
|
5330dbf8e4
|
8143282: \p{Cn} unassigned code points should be included in \p{C}
To add unassigned cp support into \p{C}
Reviewed-by: martin
|
2016-05-20 12:47:41 -07:00 |
|
Claes Redestad
|
409d4bd80c
|
8157449: Adjust link-time generated Species classes to match JDK-8148604 usage
Reviewed-by: shade
|
2016-05-20 20:27:28 +02:00 |
|
Svetlana Nikandrova
|
d90c351322
|
8155575: Provider.java contains very long lines because of lambda
Reviewed-by: ascarpino
|
2016-05-20 11:12:02 -07:00 |
|
Nelson Dcosta
|
5c4dc85619
|
8133454: Update Java Compiler Error Message
Updating the error message that is used when javac crashes.
Reviewed-by: jjg
|
2015-09-29 21:22:35 +02:00 |
|
Iris Clark
|
350f1c7a89
|
Merge
|
2015-09-29 11:46:43 -07:00 |
|
Iris Clark
|
0cbebd3571
|
Merge
|
2015-09-29 11:46:40 -07:00 |
|
Iris Clark
|
d0bbb6c588
|
Merge
|
2015-09-29 11:46:31 -07:00 |
|
Iris Clark
|
2d206bb64e
|
Merge
|
2015-09-29 11:46:21 -07:00 |
|
Vyom Tewari
|
bed7702d83
|
8038075: JNI warnings in jdk/src/share/native/sun/misc/VMSupport.c
Reviewed-by: rriggs
|
2015-09-29 19:50:56 +02:00 |
|
Andrew Haley
|
f44f56e351
|
8138575: Improve generated code for profile counters
Reviewed-by: kvn
|
2015-09-29 17:01:37 +00:00 |
|
Felix Yang
|
65cf3f8eed
|
8138641: Disable C2 peephole by default for aarch64
Reviewed-by: roland
|
2015-09-30 13:23:46 +00:00 |
|
Roland Westrelin
|
c8cf3e7fe5
|
Merge
|
2015-10-13 13:23:42 +00:00 |
|
Zoltan Majo
|
301e389dd2
|
8139377: JVM can't be started w/ -XX:+EnableJVMCI -XX:+UseJVMCICompiler and default TypeProfileWidth
Raise upper bound of TypeProfileWidth from 4 to 8.
Reviewed-by: iveresov, twisti
|
2015-10-13 10:09:57 +02:00 |
|
Ed Nevill
|
ffd60d555b
|
8139259: aarch64: jtreg test TestLogSum segvs after 8132207
Fix jump to 0 caused by uninitialised _dexp in 8132207
Reviewed-by: roland, kvn
|
2015-10-13 09:40:39 +02:00 |
|
Martin Doerr
|
71edab514c
|
8139421: PPC64LE: MacroAssembler::bxx64_patchable kill register R12
Register R12 must be preserved for stub calls (e.g. deopt handler).
Reviewed-by: goetz
|
2015-10-12 12:20:38 +02:00 |
|
Vivek R Deshpande
|
e4f225de72
|
8139454: java/lang/Math/WorstCaseTests.java crashes on Linux-amd64
Emit the form of pextrw that works with sse2
Reviewed-by: iveresov, twisti
|
2015-10-12 16:35:40 -07:00 |
|
Claes Redestad
|
6947623b7b
|
8134607: Remove per-compiler performance counters
Reviewed-by: twisti, neliasso
|
2015-10-12 14:54:39 +02:00 |
|
Igor Veresov
|
45f51703ed
|
Merge
|
2015-10-09 21:04:19 +00:00 |
|
Jan Civlin
|
115afda88e
|
8136725: Provide utility for creation a counted loop reserve copy (clone)
Make it easier to revert to the original loop should that be needed
Reviewed-by: kvn
|
2015-10-09 12:17:58 -07:00 |
|
Christian Thalinger
|
12fc8a0b33
|
8138820: JDK Hotspot build fails with Xcode 7.0.1
Reviewed-by: iveresov
|
2015-10-09 09:09:05 -10:00 |
|
Zoltan Majo
|
4c20e17d0a
|
8081288: erronous free in RegClass::~RegClass()
Remove the erronous free.
Reviewed-by: kvn
|
2015-10-09 15:00:17 +02:00 |
|
Zoltan Majo
|
fc2a5e9d53
|
8078554: Compiler: implement ranges (optionally constraints) for those flags that have them missing
Add range check or constraint where necessary.
Reviewed-by: roland, thartmann
|
2015-10-09 14:21:26 +02:00 |
|
Tobias Hartmann
|
7ca0abe7ee
|
8139150: ClassVerifier frees exception message while it's still in use
Remove ResourceMark in StackMapReader::parse_verification_type() to avoid freeing of error message.
Reviewed-by: zmajo, dcubed, hseigel
|
2015-10-09 11:28:11 +02:00 |
|
Dean Long
|
9bb4c7872b
|
Merge
|
2015-10-09 02:43:50 -04:00 |
|
Christian Thalinger
|
16526e000e
|
8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
|
2015-10-08 12:49:30 -10:00 |
|
Zoltan Majo
|
f5b4bb46f5
|
Merge
|
2015-10-08 10:25:45 +00:00 |
|
Zoltan Majo
|
fab17a4e67
|
8137160: Use Compile::live_nodes instead of Compile::unique() in appropriate places -- followup
Change two code locations to use live_nodes() instead of unique() for allocating memory. Adjust comments.
Reviewed-by: kvn
|
2015-10-08 12:10:19 +02:00 |
|
Tobias Hartmann
|
05ef579ef8
|
Merge
|
2015-10-08 07:51:17 +00:00 |
|
Tobias Hartmann
|
b9bf98abb2
|
8139048: Quarantine compiler/startup/SmallCodeCacheStartup.java
Quarantine the test because it fails on JPRT for the CPU, CompactStrings and JVMCI repositories.
Reviewed-by: roland
|
2015-10-08 08:54:57 +02:00 |
|
Doug Lea
|
df66629e12
|
8134854: Bulk integration of java.util.concurrent.atomic classes
Reviewed-by: martin, psandoz, chegar
|
2015-09-29 16:44:29 +01:00 |
|
Artem Smotrakov
|
b47b3ceb6e
|
8136600: KinitConfPlusProps.java test intermittently fails because PortUnreachableException is missing
Reviewed-by: weijun
|
2015-09-29 18:01:33 +03:00 |
|
Ivan Gerasimov
|
f3e4326747
|
8137230: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out
Reviewed-by: rriggs
|
2015-09-29 17:26:14 +03:00 |
|
Alexander Scherbatiy
|
53ab9a2026
|
8134917: [macosx] JOptionPane doesn't receive mouse events when opened from a drop event
Reviewed-by: serb
|
2015-09-29 15:19:52 +04:00 |
|
David Dehaven
|
38d9815e20
|
Merge
|
2015-09-28 13:10:03 -07:00 |
|
Kumar Srinivasan
|
138d45b476
|
8066272: pack200 must support Multi-Release Jars
Reviewed-by: jrose, sdrach
|
2015-09-28 08:42:06 -07:00 |
|
David Dehaven
|
5636c168b4
|
Merge
|
2015-09-28 08:14:42 -07:00 |
|
Erik Joelsson
|
8f85a8ae8d
|
8135060: Stop building Xcode projects in install build
Reviewed-by: ihse, pbhat, dmalav
|
2015-09-28 15:51:29 +02:00 |
|
Amy Lu
|
25a239c820
|
8137232: Mark 3 more core-libs tests as intermittently failing
Reviewed-by: chegar
|
2015-09-28 16:39:12 +03:00 |
|
Athijegannathan Sundararajan
|
be533e6f12
|
8137258: JSObjectLinker and BrowserJSObjectLinker should not expose internal JS objects
Reviewed-by: attila, hannesw
|
2015-09-28 18:58:52 +05:30 |
|
Jesper Wilhelmsson
|
7c4e11070f
|
Merge
|
2015-09-28 15:05:01 +02:00 |
|
Jesper Wilhelmsson
|
643d67e7eb
|
Merge
|
2015-09-28 15:05:01 +02:00 |
|
Chris Hegarty
|
5ec08b1bfe
|
8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs
|
2015-09-28 13:40:25 +01:00 |
|
Chris Hegarty
|
0cc24c29ca
|
8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs
|
2015-09-28 13:39:27 +01:00 |
|
Chris Hegarty
|
c69db2f940
|
8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs
|
2015-09-28 13:39:10 +01:00 |
|
Goetz Lindenmaier
|
9744fb1f05
|
8137260: fix warning after "8046148: JEP 158: Unified JVM Logging"
Reviewed-by: mlarsson, stuefe
|
2015-09-28 12:57:47 +02:00 |
|
Daniel D. Daugherty
|
65ce4b6e05
|
Merge
|
2015-10-02 16:48:31 +00:00 |
|
Dmitry Dmitriev
|
1ea2276afe
|
8138769: [TESTBUG] restore lost line from JDK-8137105 fix
Reviewed-by: dcubed, rdurbin
|
2015-10-02 09:04:10 -07:00 |
|
Christian Tornqvist
|
23adedf153
|
8137194: Exclude runtime/memory/RunUnitTestsConcurrently.java from JPRT
Reviewed-by: coleenp
|
2015-10-02 06:06:22 -07:00 |
|
Daniel D. Daugherty
|
c82358e790
|
Merge
|
2015-10-02 12:44:02 +00:00 |
|
Daniel D. Daugherty
|
88dfd18385
|
Merge
|
2015-10-02 11:58:41 +00:00 |
|