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
Miroslav Kos
e8f5679bc5
8022885: Update JAX-WS RI integration to 2.2.9-b14140
...
8013016: Rebase 8009009 against the latest jdk8/jaxws
Reviewed-by: alanb, chegar
2013-08-23 09:57:21 +01:00
Andrew Brygin
75e0844f2a
8021394: Better color profiles
...
Reviewed-by: prr, vadim, mschoene
2013-08-23 12:41:53 +04:00
Markus Grönlund
ea17b8decf
8023457: Event based tracing framework needs a mutex for thread groups
...
Reviewed-by: acorn, sla
2013-08-23 10:36:34 +02:00
Poonam Bajaj
626bd19644
Merge
2013-08-22 21:23:31 -07:00
Poonam Bajaj
7df53d2e04
Merge
2013-08-22 18:09:29 -07:00
Jiangli Zhou
e99b9a6afb
Merge
2013-08-22 17:21:48 -07:00
Jiangli Zhou
5c6c0a8d1d
8023547: com/sun/jdi/RedefineMulti.sh fails with IllegalArgumentException after JDK-8021948
...
Need to check if the constant pool mapping returns 0.
Reviewed-by: coleenp, sspitsyn
2013-08-22 19:27:42 -04:00
Jon Masamitsu
2ef7b2abe3
Merge
2013-08-22 14:03:47 -07:00
Ioi Lam
2a3be6869b
Merge
2013-08-22 13:53:13 -07:00