Alexandr Scherbatiy
6fb68448cc
7076791: closed/javax/swing/JColorChooser/Test6827032.java failed on windows
...
Reviewed-by: rupashka
2011-10-11 15:22:40 +04:00
Christian Thalinger
de00cc778c
7081938: JSR292: assert(magic_number_2() == MAGIC_NUMBER_2) failed
...
Reviewed-by: never, bdelsart
2011-10-11 02:19:37 -07:00
Bengt Rutisson
7fa7f8a597
7099454: /bin/sh does not support syntax used in the src/os/posix/launcher/launcher.script shell script
...
Also reviewed by mikael.gerdin@oracle.com ; Changed to the `` syntax instead. Also changed "source" to ".".
Reviewed-by: never, stefank, dsamersoff, rottenha
2011-10-11 10:21:36 +02:00
David Holmes
e9b8f2bab4
7096278: Update the VM name to indicate it is an embedded build
...
Reviewed-by: kvn, never, jcoomes, bobv
2011-10-10 21:01:36 -04:00
Y. Srinivas Ramakrishna
8fbb0e0f4a
Merge
2011-10-10 08:40:34 -07:00
Bertrand Delsart
fa43b0cdd8
7096366: PPC: corruption of floating-point values with DeoptimizeALot
...
Fix for a deoptimization found on PPC, which could impact other big endian platforms
Reviewed-by: roland, dholmes
2011-10-07 13:28:44 +02:00
Y. Srinivas Ramakrishna
a7dc867057
7095236: G1: _markedRegions never contains NULL regions
...
Removed the code for skipping over NULL regions in _markedRegions, replacing it with an assertion that a NULL region is never encountered; removed dead methods, remove() and remove_region(), and inlined a simplified addRegion() directly into fillCache().
Reviewed-by: brutisso, tonyp
2011-10-06 18:56:47 -07:00
David Katleman
0b92e7c70b
Added tag jdk8-b08 for changeset c9fb751a1f21
2011-10-06 14:01:45 -07:00
David Katleman
1d6d5772d7
Added tag jdk8-b08 for changeset 88f1603ed2de
2011-10-06 14:01:37 -07:00
David Katleman
a8ca4c2947
Added tag jdk8-b08 for changeset c074b109d708
2011-10-06 14:01:34 -07:00
David Katleman
6d08c900c4
Added tag jdk8-b08 for changeset c6ec1d396a6f
2011-10-06 14:01:33 -07:00
David Katleman
bc8656528c
Added tag jdk8-b08 for changeset 410b29777a51
2011-10-06 14:01:26 -07:00
David Katleman
7e4cbf7ede
Added tag jdk8-b08 for changeset 21c3dca02af5
2011-10-06 14:01:21 -07:00
David Katleman
e0ebf7426d
Added tag jdk8-b08 for changeset 29f7779184ad
2011-10-06 14:01:13 -07:00
Maurizio Cimadamore
b6f671b41e
7090499: missing rawtypes warnings in anonymous inner class
...
Javac does not detect raw types inside anonymous inner classes
Reviewed-by: jjg
2011-10-06 18:39:31 +01:00
Antonios Printezis
78662d3b17
Merge
2011-10-06 13:28:09 -04:00
John Cuthbertson
6513930e7a
7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t
...
Declare GrainBytes, GrainWords, and CardsPerRegion as size_t.
Reviewed-by: jcoomes, tonyp, jmasa
2011-10-05 08:44:10 -07:00
Pavel Porvatov
72f4cfb2e7
7072167: The "root" field in BufferStrategyPaintManager leaks memory
...
Reviewed-by: alexp
2011-10-05 18:21:23 +04:00
Volker Simonis
e3c38523b2
6865265: JVM crashes with "missing exception handler" error
...
Retry the call to fast_exception_handler_bci_for() after it returned with a pending exception. Don't cache the exception handler pc computed by compute_compiled_exc_handler() if the handler is for another (nested) exception.
Reviewed-by: kamg, kvn
2011-10-04 14:30:04 -07:00
John Coomes
92bbff7143
Merge
2011-10-04 12:39:42 -07:00
Igor Veresov
a4975758bb
7097679: Tiered: events with bad bci to Gotos reduced from Ifs
...
Save bci of instruction that produced Goto and use it to call back to runtime
Reviewed-by: kvn, never
2011-10-04 10:07:07 -07:00
Lana Steuck
2346a1c754
Merge
2011-10-03 18:26:59 -07:00
Lana Steuck
8401a88197
Merge
2011-10-03 18:26:01 -07:00
Lana Steuck
4a7dc9240b
Merge
2011-10-03 18:22:43 -07:00
Alejandro Murillo
91823a458f
7096124: Bump the hs23 build number to 02
...
Reviewed-by: johnc
2011-09-30 22:54:43 -07:00
Xue-Lei Andrew Fan
3c41c66fb1
7096936: issue in jsse/runtime
...
7096937: TEST: com/sun/net/ssl/internal/ssl/GenSSLConfigs/main.java need modification as a result of TLS fix
Reviewed-by: wetmore, jdn, xuelei
2011-09-30 18:47:53 -07:00
John Coomes
b731247c38
Added tag hs23-b01 for changeset cca3c612bd14
2011-09-30 18:27:43 -07:00
John Coomes
ef5fc6d83d
Merge
2011-09-30 18:27:39 -07:00
John Coomes
5bd84d92a1
Merge
2011-09-30 17:20:56 -07:00
Igor Veresov
7f01a4d4f5
Merge
2011-09-30 13:48:17 -07:00
Roland Westrelin
8ae50d45a4
7096010: c2: running with +PrintOptoAssembly crashes the VM when $constanttablebase is used
...
ADLC generates code to prepare the register string to be printed in a char array but then calls print without the char array as an argument.
Reviewed-by: never
2011-09-30 13:47:26 +02:00
Igor Veresov
0219cf5423
7096639: Tiered: Incorrect counter overflow handling for inlined methods
...
Enable invocation events for inlinees
Reviewed-by: kvn
2011-09-29 23:09:54 -07:00
David Katleman
4749de17ea
Added tag jdk8-b07 for changeset 64ad92439924
2011-09-29 18:54:01 -07:00
David Katleman
723ea00e0c
Added tag jdk8-b07 for changeset 3286cf6d9881
2011-09-29 18:53:53 -07:00
David Katleman
bede38196b
Added tag jdk8-b07 for changeset 2b6c60642ad8
2011-09-29 18:53:49 -07:00
David Katleman
34db0587a4
Added tag jdk8-b07 for changeset dff0b2eda2a8
2011-09-29 18:53:48 -07:00
David Katleman
f5d9fec70d
Added tag jdk8-b07 for changeset 3793fe38dc85
2011-09-29 18:53:42 -07:00
David Katleman
5be998e5ce
Added tag jdk8-b07 for changeset 24e2df5cb0b0
2011-09-29 18:53:38 -07:00
David Katleman
261f588e13
Added tag jdk8-b07 for changeset 5b03d68a6a38
2011-09-29 18:53:33 -07:00
Xue-Lei Andrew Fan
73b50710f0
7064341: jsse/runtime security problem
...
Reviewed-by: wetmore
2011-09-29 17:31:30 -07:00
Volker Simonis
812f619214
7096016: SA build still produces "arg list too long" errors
...
Reviewed-by: kvn, never
2011-09-29 13:47:57 -07:00
Tom Rodriguez
f103a0e31f
7092278: "jmap -finalizerinfo" throws "sun.jvm.hotspot.utilities.AssertionFailure: invalid cp index 0 137"
...
Reviewed-by: kvn
2011-09-29 09:53:56 -07:00
Kurchi Subhra Hazra
e83fde21ff
7092375: Security Libraries don't build with javac -Werror
...
Changes to security related java and make files to remove warnings
Reviewed-by: xuelei
2011-09-28 15:10:02 -07:00
Chris Hegarty
08d82ca044
7099488: TwoStacksPlainSocketImpl should invoke super.create(stream), typo in fix for 7098719
...
Reviewed-by: coffeys
2011-10-11 12:06:46 +01:00
Neil Richards
bbcff1b792
Merge
2011-10-10 16:13:38 +01:00
Chris Hegarty
e92787f075
7098755: test/sun/misc/JarIndex/metaInfFilenames/Basic.java should use supported compiler interface
...
Reviewed-by: mcimadamore
2011-10-10 15:29:24 +01:00
Steve Poole
9a2fc5f236
7099119: Remove unused dlinfo local variable in launcher code
...
Reviewed-by: ohair, chegar, ngmr
2011-10-10 14:50:51 +01:00
Chris Hegarty
214254cac5
7098719: -Dsun.net.maxDatagramSockets and Socket constructor does not work correctly with System.gc()
...
Reviewed-by: michaelm
2011-10-10 10:38:35 +01:00
Vinnie Ryan
a3fcc12dc8
7094377: Com.sun.jndi.ldap.read.timeout doesn't work with ldaps
...
Reviewed-by: chegar
2011-10-07 14:09:53 +01:00
Naoto Sato
7af669ecc0
7098394: JDK8 TL repo build fails in src/solaris/native/java/util/TimeZone_md.c
...
Reviewed-by: chegar
2011-10-06 17:40:16 -07:00