-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8204742 | 11.0.1 | Sergey Bylokhov | P4 | Resolved | Fixed | team |
The system property java.home should not be modified, it is considered readonly.
<jdk>/test/jdk/javax/sound/midi/MidiSystem/DefaultProperties:48 sets java.home to be able to test system properties.
<jdk>/test/jdk/javax/sound/sampled//AudioSystem/DefaultProperties.java
Some other mechanism is needed to override the location of the sound.properties.
Tests affected:
FAILED: javax/sound/midi/MidiSystem/6411624/Test6411624.java
FAILED: javax/sound/midi/MidiSystem/DefaultProperties.java
FAILED: javax/sound/sampled/AudioSystem/DefaultProperties.java
<jdk>/test/jdk/javax/sound/midi/MidiSystem/DefaultProperties:48 sets java.home to be able to test system properties.
<jdk>/test/jdk/javax/sound/sampled//AudioSystem/DefaultProperties.java
Some other mechanism is needed to override the location of the sound.properties.
Tests affected:
FAILED: javax/sound/midi/MidiSystem/6411624/Test6411624.java
FAILED: javax/sound/midi/MidiSystem/DefaultProperties.java
FAILED: javax/sound/sampled/AudioSystem/DefaultProperties.java
- backported by
-
JDK-8204742 javax.sound tests should not set java.home system property
- Resolved
- blocks
-
JDK-8066709 Make some JDK system properties read only
- Resolved
- csr for
-
JDK-8202680 javax.sound tests should not set java.home system property
- Closed