Stefan Karlsson
15464d7992
Merge
2013-08-26 07:01:23 -07:00
Hannes Wallnöfer
c10f9ffaeb
8023650: Regexp m flag does not recognize CRNL or CR
...
Reviewed-by: jlaskey, lagergren
2013-08-26 15:59:41 +02:00
Doug Lea
56dbd896c3
8023234: StampedLock serializes readers on writer unlock
...
Sync-up the fix from jsr166 CVS, signal more readers on writer unlock
Reviewed-by: martin, shade
2013-08-26 17:50:34 +04:00
Aleksey Shipilev
9f4ed448a0
8023638: Add the regression test for 8006997
...
Add the relevant test and proofread the VM messages as well
Reviewed-by: coleenp, mseledtsov, dcubed
2013-08-26 17:42:03 +04:00
Vladimir Ivanov
4b7e40084c
8022595: JSR292: deadlock during class loading of MethodHandles, MethodHandleImpl & MethodHandleNatives
...
Reviewed-by: kvn, coleenp, dholmes
2013-08-26 17:41:05 +04:00
Vladimir Ivanov
90f8734631
8022456: LogCompilation tool does not work with C1 output again
...
Reviewed-by: kvn
2013-08-26 17:37:25 +04:00
Dmitry Markov
670c332996
8023474: First mousepress doesn't start editing in JTree
...
Reviewed-by: alexp, anthony
2013-08-26 17:21:48 +04:00
Erik Joelsson
f771ef4ea2
8023216: Feedback on README-builds.html
...
Reviewed-by: anthony, robilad, tbell
2013-08-26 13:43:27 +02:00
Joel Borggrén-Franck
d4b28471ff
8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases
...
Reviewed-by: darcy, vromero, psandoz
2013-08-26 13:38:14 +02:00
Niclas Adlertz
be8c8aac48
8023691: Create interface for nodes in class Block
...
Create public methods for accessing the nodes in a block
Reviewed-by: kvn, roland
2013-08-26 12:50:23 +02:00
David Simms
618cb11a73
8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
...
Return NULL on OOM from GetStringChars, GetStringUTFChars and Get<PrimitiveType>ArrayElements family of functions.
Reviewed-by: dholmes, coleenp
2013-08-26 09:33:01 +02:00
Harold Seigel
6a548048a3
8022183: GCC 4.6 change sdefault setting for omit-frame-pointer which breaks hotspot stack walking
...
Explicitly specify -fno-omit-frame-pointer.
Reviewed-by: coleenp, dholmes, dcubed
2013-08-25 21:21:18 -04:00
Ivan Gerasimov
910d9b815c
7129312: BufferedInputStream calculates negative array size with large streams and mark
...
Reviewed-by: alanb
2013-08-25 23:20:59 +04:00
Yiming Wang
423284cd20
8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8)
...
Reviewed-by: alanb
2013-08-26 10:01:27 +01:00
Ioi Lam
e412d7e8d1
8023683: Enhance class file parsing
...
Use the value returned by REALLOC_RESOURCE_ARRAY()
Reviewed-by: coleenp, ahgross
2013-08-24 00:14:46 -07:00
Chris Hegarty
e3149a4bcb
Merge
2013-08-30 09:50:49 +01:00
Jon Masamitsu
a984bd23ad
Merge
2013-08-23 15:59:20 -07:00
Lana Steuck
76dbd59f19
Merge
2013-08-23 14:18:06 -07:00
Lana Steuck
83b39d45ac
Merge
2013-08-23 14:17:49 -07:00
Brian Burkhalter
6c5c2d745a
6378503: In java.math.BigDecimal, division by one returns zero
...
6446965: Using BigDecimal.divideToIntegralValue with extreme scales can lead to an incorrect result
Fix overflow of ints and ensure appropriate values passed to checkScaleNonZero()
Reviewed-by: darcy, martin
2013-08-23 14:15:54 -07:00
Lana Steuck
03e8d7b04d
Merge
2013-08-23 14:14:05 -07:00
Chris Hegarty
9b9f3253d3
Merge
2013-08-23 22:12:54 +01:00
Chris Hegarty
5f297ddc8d
Merge
2013-08-23 22:12:39 +01:00
Chris Hegarty
8a6df7dcad
Merge
2013-08-23 22:12:35 +01:00
Chris Hegarty
23d732b2ec
Merge
2013-08-23 22:12:18 +01:00
Chris Hegarty
87251c406a
Merge
2013-08-23 22:11:59 +01:00
Lana Steuck
49d683bd93
Merge
2013-08-23 14:09:04 -07:00
Lana Steuck
decf403bf3
Merge
2013-08-23 14:09:00 -07:00
Chris Plummer
a8f6ab1f52
8020829: JT_HS: 2 runtime NMT tests fail on platforms if NMT detail is not supported
...
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
2013-08-23 12:36:32 -07:00
Bill Pittore
993de8ba28
8014135: The JVMTI specification does not conform to recent changes in JNI specification
...
Added support for statically linked agents
Reviewed-by: sspitsyn, bobv, coleenp
2013-08-23 20:33:02 -04:00
Daniel Fuchs
6d2de008d7
8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle
...
Reviewed-by: mchung, lancea
2013-08-23 20:59:34 +02:00
Daniel D. Daugherty
3b29cc06ea
Merge
2013-08-23 10:39:15 -07:00
Sergey Malenkov
a7e60f4913
7080613: java.beans.DefaultPersistenceDelegate.instantiate(..) doesn't throw NPE
...
Reviewed-by: alexsch
2013-08-23 19:29:39 +04:00
James Laskey
0863203de8
8019987: String trimRight and trimLeft could be defined
...
Reviewed-by: sundar
2013-08-23 12:20:19 -03:00
Marcus Lagergren
6d31b3a15f
8023454: Updated DEVELOPER_README and command line flags, ensuring that undocumented flags that aren't guaranteed to work (disabled by default) and that are work in progress show up with an EXPERIMENTAL tag
...
Reviewed-by: attila, jlaskey
2013-08-23 15:46:09 +02:00
Pranav Bhat
03a4f0cd79
Merge
2013-08-23 09:45:35 -04:00
James Laskey
06e6e351d4
8020946: TokenType#toString returned null
...
Reviewed-by: hannesw, lagergren
2013-08-23 09:56:25 -03:00
Marcus Lagergren
25bbe574dc
8023550: -d option was broken for any dir but '.'. Fixed Java warnings
...
Reviewed-by: jlaskey, sundar
2013-08-23 14:16:16 +02:00
Chris Hegarty
32df9af65a
Merge
2013-08-23 12:32:45 +01:00
Chris Hegarty
8a04810f35
Merge
2013-08-23 12:32:18 +01:00
Athijegannathan Sundararajan
1e1c0d3b80
Merge
2013-08-23 16:44:02 +05:30
Attila Szegedi
3a14dde3d2
8023630: Implement Java.super() as the preferred way to call super methods
...
Reviewed-by: jlaskey, lagergren, sundar
2013-08-23 13:10:45 +02:00
Marcus Lagergren
8940235d91
Merge
2013-08-23 12:44:01 +02:00
Marcus Lagergren
8e1d44b484
8023453: --log=attr did not unindent identNodes
...
Reviewed-by: attila, jlaskey
2013-08-23 12:43:32 +02:00
Athijegannathan Sundararajan
6119c39830
8023631: engine.js init script should be loaded into every global instance created by engines
...
Reviewed-by: attila, hannesw
2013-08-23 16:10:37 +05:30
Alejandro Murillo
6549fc2f25
8023635: new hotspot build - hs25-b48
...
Reviewed-by: jcoomes
2013-08-23 03:14:54 -07:00
Vadim Pakhnushev
9e84a85d64
8023052: JVM crash in native layout
...
Reviewed-by: bae, prr
2013-08-23 14:13:38 +04:00
Miroslav Kos
8b2c83eb1b
8023636: Missing files from 8022885
...
Reviewed-by: alanb, chegar
2013-08-23 11:10:40 +01:00
Alejandro Murillo
d35ecfaa15
Added tag hs25-b47 for changeset 5ca7390c9649
2013-08-23 03:01:16 -07:00
Alejandro Murillo
f00f98f2cb
Merge
2013-08-23 03:01:16 -07:00