Mikael Gerdin
04f41894db
Merge
2013-09-20 10:34:41 -07:00
Athijegannathan Sundararajan
e259f89913
8025149: JSON.stringify does not handle 'space' argument as per the spec
...
Reviewed-by: jlaskey, hannesw
2013-09-20 22:37:08 +05:30
Athijegannathan Sundararajan
f996a92b3b
8025147: Trailing comma is not allowed in JSONArray and JSONObject
...
Reviewed-by: hannesw, jlaskey
2013-09-20 20:55:43 +05:30
Sergey Malenkov
e4e708cefd
7024235: Nimbus L&F: wrong "packing" of a frame containing tabbed pane
...
Reviewed-by: alexsch
2013-09-20 18:56:41 +04:00
Jan Lahoda
9f6d1df747
8023835: TreeMaker.QualIdent() too leafy
...
Reviewed-by: jjg
2013-09-20 16:33:35 +02:00
Coleen Phillimore
ffb0a9d569
Merge
2013-09-20 09:44:04 -04:00
Vera Akulova
d35ad4fbaf
7124232: [TEST_BUG] [macosx] JSplitPane has wrong divider location
...
Reviewed-by: alexsch, serb
2013-09-20 17:35:45 +04:00
Coleen Phillimore
ec5e07f810
8022887: Assertion hit while using class and redefining it with RedefineClasses simultaneously
...
Need to refetch each method from InstanceKlass after all safepoints. Removed leaky PreviousVersionInfo code.
Reviewed-by: dcubed, sspitsyn
2013-09-20 09:30:02 -04:00
Vera Akulova
ae556f32b9
8017180: [macosx] [TEST_BUG] alt-key doesn't work on macos for menu
...
Reviewed-by: alexsch, serb
2013-09-20 17:16:45 +04:00
Vera Akulova
62b5b716a0
7124314: [TEST_BUG] [macosx] Aqua LAF: JTree doesn't select element by keyboards left and right keys
...
Reviewed-by: alexsch, serb
2013-09-20 17:07:11 +04:00
Hannes Wallnöfer
82156b393c
8022587: ClassCache is not optimal and leaks Source instances
...
Reviewed-by: lagergren, attila
2013-09-20 12:11:08 +02:00
Stefan Karlsson
bbb009b580
8025059: Metspace::should_expand mixes bytes and words in check against MaxMetaspaceSize
...
Reviewed-by: coleenp, brutisso, mgerdin, jmasa
2013-09-20 11:00:38 +02:00
Per Liden
de71bd1049
8024974: Incorrect use of GC_locker::is_active()
...
SymbolTable and StringTable can make calls to GC_locker::is_active() outside a safepoint. This isn't safe because the GC_locker active state (lock count) is only updated at a safepoint and only remains valid as long as _needs_gc is true. However, outside a safepoint_needs_gc can change to false at any time, which makes it impossible to do a correct call to is_active() in that context. In this case these calls can just be removed since the input argument to basic_add() should never be on the heap and so there's no need to check the GC_locker state. This change also adjusts the assert() in is_active() to makes sure all calls to this function are always done under a safepoint.
Reviewed-by: brutisso, dcubed
2013-09-20 10:53:28 +02:00
Athijegannathan Sundararajan
337cfe593f
8025111: undefined or null 'with' expression in empty with block should throw TypeError
...
Reviewed-by: lagergren, hannesw
2013-09-20 12:56:07 +05:30
Werner Dietl
8b909ba558
8025110: TreeCopier does not correctly copy LabeledStatementTree
...
Reviewed-by: jjg
2013-09-19 19:18:37 -07:00
Vicente Romero
e3d450e3d3
8024437: Inferring the exception thrown: sometimes fails to compile
...
Reviewed-by: jjg
2013-09-19 20:57:37 +01:00
Leonid Romanov
bf404f9ad8
7129133: [macosx] Accelerators are displayed as Meta instead of the Command symbol
...
Reviewed-by: anthony, serb
2013-09-19 23:46:15 +04:00
Alexander Potochkin
721272b6c0
7144065: [macosx] Orphaned Choice popup window
...
Reviewed-by: anthony, serb
2013-09-19 22:33:21 +04:00
Athijegannathan Sundararajan
996bf0feef
8025090: 'while' statement with 'test' using var before being declared in body results in VerifyError
...
Reviewed-by: jlaskey
2013-09-19 23:48:37 +05:30
Pranav Bhat
327876cd30
Merge
2013-09-19 14:01:25 -04:00
Christine Lu
1c1306bb1d
Added tag jdk8-b108 for changeset 3afa46cd7e01
2013-09-19 09:37:28 -07:00
Christine Lu
cb06edc1bf
Added tag jdk8-b108 for changeset 669e1adcbf50
2013-09-19 09:37:26 -07:00
Christine Lu
f0b751a854
Added tag jdk8-b108 for changeset f45d281bd0de
2013-09-19 09:37:13 -07:00
Christine Lu
e8367de47c
Added tag jdk8-b108 for changeset 815fb8808c4b
2013-09-19 09:37:05 -07:00
Christine Lu
bfcf677949
Added tag jdk8-b108 for changeset 261ae91f2b65
2013-09-19 09:37:02 -07:00
Christine Lu
6e53556fac
Added tag jdk8-b108 for changeset be8d551c4d00
2013-09-19 09:36:51 -07:00
Christine Lu
62ae29e3ca
Added tag jdk8-b108 for changeset 78407de2df2f
2013-09-19 09:36:44 -07:00
Christine Lu
ff9c0f87c4
Added tag jdk8-b108 for changeset 345aa6f8d18a
2013-09-19 09:36:42 -07:00
Niclas Adlertz
afef481831
Merge
2013-09-19 18:01:39 +02:00
Athijegannathan Sundararajan
d6f64ae009
8025080: Object literal getter, setter function with number format property name results in ClassFormatError
...
Reviewed-by: lagergren, hannesw
2013-09-19 21:20:47 +05:30
Phil Race
132ff0eea1
8025034: Improve layout lookups
...
Reviewed-by: mschoene, vadim, srl
2013-09-19 08:34:37 -07:00
Fredrik Öhrström
5db62ec900
8024609: sjavac assertion fails during call to BuildState.collectArtifacts
...
Reviewed-by: jjg
2013-09-19 08:26:26 -07:00
Jan Lahoda
1c9e7a8edc
8022567: Javac Should Generate Warnings For Raw Array Type
...
Reviewed-by: jjg
2013-09-19 17:05:08 +02:00
Harold Seigel
a1f3a95880
8024517: runtime/CDSCompressedKPtrs/XShareAuto.java failed with RuntimeException
...
Make sure CDS is off by default when running server compiler.
Reviewed-by: dholmes, coleenp
2013-09-19 11:04:23 -04:00
Hannes Wallnöfer
3d49dcdd9a
8023154: compileAllTests fails with: 2 tests failed to compile
...
Reviewed-by: sundar, jlaskey
2013-09-19 15:39:01 +02:00
Alexander Zuev
ca51d27ee3
8017248: Compiler Diacritics Issue
...
Reviewed-by: naoto
2013-09-19 17:05:32 +04:00
Athijegannathan Sundararajan
c2859f0bca
8025048: true as case label results in ClassCastException
...
Reviewed-by: lagergren
2013-09-19 13:34:01 +05:30
Thomas Schatzl
0a1b832ae0
Merge
2013-09-19 09:34:20 +02:00
Thomas Schatzl
9005953c71
Merge
2013-09-19 09:26:08 +02:00
Kevin Walls
d2b68f0d0f
Merge
2013-09-19 08:47:46 +02:00
Bhavesh Patel
2be05076f8
8024096: some javadoc tests may contain false positive results
...
Reviewed-by: jjg
2013-09-18 22:47:06 -07:00
Bertrand Delsart
765632873a
Merge
2013-09-18 21:47:51 -07:00
Weijun Wang
cf08e9985c
8024659: Clarify JarFile API
...
Reviewed-by: mullan, ahgross
2013-09-19 10:41:29 +08:00
Weijun Wang
cccb39a270
8024302: Clarify jar verifications
...
8023338: Update jarsigner to encourage timestamping
Reviewed-by: mullan, ahgross
2013-09-19 10:40:16 +08:00
Bhavesh Patel
484e378a9d
8015249: javadoc fails to document static final fields in annotation types
...
Reviewed-by: jjg
2013-09-18 17:13:26 -07:00
Mike Duigou
82705bda51
8024826: (s) : Remove alt-rt.jar, used by +AggressiveOps
...
Reviewed-by: alanb, chegar, dholmes, ksrini
2013-09-18 20:08:00 -04:00
Lana Steuck
e05ff03241
Merge
2013-09-18 16:01:37 -07:00
Igor Veresov
f99391ee6f
8023542: Test java/io/File/CheckPermission.java fails due to unfinished recursion (java.lang.StackOverflowError) when JIT'ed code (-client,-server) is running
...
Move null check before klass reference materialization in checkcast
Reviewed-by: kvn, roland
2013-09-18 14:10:21 -07:00
Kevin Walls
191f6c346d
Merge
2013-09-18 19:50:44 +02:00
Zhengyu Gu
513743fb82
Merge
2013-09-18 12:52:15 -04:00