JDK-8134469 : Multiple applets cannot be loaded in IE11 with jre8u60 installed
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 8u60,9
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_7
  • CPU: x86_64
  • Submitted: 2015-08-21
  • Updated: 2016-03-09
  • Resolved: 2015-09-08
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
FULL PRODUCT VERSION :
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) Client VM (build 25.60-b23, mixed mode)

ADDITIONAL OS VERSION INFORMATION :
Windows7 64bit

A DESCRIPTION OF THE PROBLEM :
Our game running in browser(including IE, firefox, chrome) loads 2 applets, and we use separate_jvm=true to ensure 2 applets are located in 2 separate jvms. However, when using IE11 with jre-8u60 installed to open our game, only the 1st applet can be loaded. The 2nd applet will not be loaded. This bug doesn't exist in older releases of java before jre-8u60, and doesn't exist in firefox and chrome neither.

ADDITIONAL REGRESSION INFORMATION: 
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) Client VM (build 25.60-b23, mixed mode)

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Open IE11 with jre-8u60 installed.
2. go to this link: http://www.pogo.com/games/worldclass?pageSection=ag_1list1_txt_klondike
3. Click "Start Game"
4. Watch the applets that will be loaded

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
2 applets will be loaded one by one.
ACTUAL -
only the 1st applet can be loaded.

REPRODUCIBILITY :
This bug can be reproduced always.

SUPPORT :
YES


Comments
Closing this as a duplicate of JDK-8133665.
08-09-2015

Reproducible starting from 8u60 b20
02-09-2015