-
Bug
-
Resolution: Duplicate
-
P4
-
6u18, 7
-
generic, x86
-
linux, linux_redhat_5.0, linux_ubuntu, os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2184433 | Alexandr Scherbatiy | P4 | Closed | Duplicate |
=========
test/javax/swing/JComponent/6683775/bug6683775.java test fails and throws the following exception for pit b60.
java.lang.RuntimeException: Transparent frame is not transparent!
at bug6683775.main(bug6683775.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:717)
It works fine on other platforms like windows and solaris.
Steps to Reproduce:
====================
Set the following envrionment on linux and run the test.
1. Set JTREG PATH
2. Set JDK HOME
3. Set WORK DIR and REPORT DIR
4. Set the SUITE(ex: SUITE=/net/sqindia.india/export/disk01/vinay/src/jdk/test/javax/swing/JComponent/6683775/bug6683775.java)
5. Run the following command once set the above environment.
ksh ${JTREG_PATH}/bin/jtreg -v -jdk:${JDK_HOME} -r:${REPORT_DIR} -w:${WORK_DIR} ${SUITE}
JDK Info
=========
java version "1.7.0-internal"
Java(TM) SE Runtime Environment (build 1.7.0-internal-administrator_2009_06_01_0
1_18-b00)
Java HotSpot(TM) Client VM (build 16.0-b03, mixed mode, sharing)
- backported by
-
JDK-2184433 PIT:test/javax/swing/JComponent/6683775/bug6683775.java on linux with RuntimeException.
- Closed
- duplicates
-
JDK-6849774 Visible frame not becoming Transparent in Ubuntu
- Closed
-
JDK-8172337 javax/swing/JComponent/6683775/bug6683775.java: Transparent frame is not transparent
- Open
-
JDK-7043845 Robot should be able take screenshots with translucent windows
- Closed
- relates to
-
JDK-6683775 Painting artifacts is seen when panel is made setOpaque(false) for a translucent window
- Closed
-
JDK-6794764 Translucent windows are completely repainted on every paint event, on Windows
- Closed
-
JDK-6903034 java.awt.Robot.createScreenCapture() doesn't work for translucent windows
- Closed