Details
-
Bug
-
Resolution: Unresolved
-
P4
-
9
Description
1. Change any java file related to WebKit (e.g. modules/javafx.web/src/main/java/com/sun/webkit/network/URLLoader.java)
2. Compile javafx with webkit (gradle -PCOMPILE_WEBKIT=true) and look at the timestamp of generated class(ls -l `find modules/javafx.web/build/classes/main/javafx.web -name *.class`) and JNI header files (ls -lh modules/javafx.web/build/gensrc/headers/javafx.web)
2. Compile javafx with webkit (gradle -PCOMPILE_WEBKIT=true) and look at the timestamp of generated class(ls -l `find modules/javafx.web/build/classes/main/javafx.web -name *.class`) and JNI header files (ls -lh modules/javafx.web/build/gensrc/headers/javafx.web)
Attachments
Issue Links
- blocks
-
JDK-8172236 Improve gradle incremental build performance
- Open
- is blocked by
-
JDK-8170730 javac always generates JNI header regardless of source change
- Open
- relates to
-
JDK-8161704 Switch to Jigsaw-aware boot JDK for compiling FX 9
- Resolved
-
JDK-8192806 Building javafx.web module still requires javah
- Resolved
-
JDK-8170585 Fix PlatformContextJava type leaking to GraphicsContext
- Resolved